@layers-app/shared 0.0.11 → 0.0.12

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.
Files changed (89) hide show
  1. package/dist/api/giphy/index.d.ts +2 -0
  2. package/dist/api/giphy/slice.d.ts +11 -0
  3. package/dist/api/giphy/types.d.ts +127 -0
  4. package/dist/api/unsplash/index.d.ts +2 -0
  5. package/dist/api/unsplash/slice.d.ts +11 -0
  6. package/dist/api/unsplash/types.d.ts +143 -0
  7. package/dist/components/AlertsBlock/index.d.ts +9 -0
  8. package/dist/components/AppContainer/AppContainer.d.ts +12 -0
  9. package/dist/components/AppContainer/components/AllAppsMenu.d.ts +4 -0
  10. package/dist/components/AppContainer/components/DesktopNavbar.d.ts +3 -0
  11. package/dist/components/AppContainer/components/MenuUserDropdown.d.ts +29 -0
  12. package/dist/components/AppContainer/components/MobileNavbar.d.ts +3 -0
  13. package/dist/components/AppContainer/components/NavbarContent.d.ts +3 -0
  14. package/dist/components/AppContainer/components/NavbarFooter.d.ts +3 -0
  15. package/dist/components/AppContainer/components/NavbarHeader.d.ts +3 -0
  16. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +2 -0
  17. package/dist/components/AppContainer/hooks/useAppContainerActionsStore.d.ts +2 -0
  18. package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts +2 -0
  19. package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts +12 -0
  20. package/dist/components/AppContainer/hooks/useHideHeader.d.ts +1 -0
  21. package/dist/components/AppContainer/types.d.ts +47 -0
  22. package/dist/components/AppTour/AppTour.d.ts +7 -0
  23. package/dist/components/AppTour/FinishModal.d.ts +1 -0
  24. package/dist/components/AppTour/HelloModal.d.ts +1 -0
  25. package/dist/components/AppTour/hooks/useAppTour.d.ts +2 -0
  26. package/dist/components/AppTour/index.d.ts +4 -0
  27. package/dist/components/AppTour/types.d.ts +17 -0
  28. package/dist/components/CustomKBD/index.d.ts +19 -0
  29. package/dist/components/EmojiPicker/EmojiPicker.d.ts +13 -0
  30. package/dist/components/EmojiPicker/index.d.ts +2 -0
  31. package/dist/components/EmojiPicker/types.d.ts +8 -0
  32. package/dist/components/ErrorPage/components/Error404.d.ts +3 -0
  33. package/dist/components/ErrorPage/components/Error406.d.ts +3 -0
  34. package/dist/components/ErrorPage/components/Error500.d.ts +3 -0
  35. package/dist/components/ErrorPage/components/index.d.ts +3 -0
  36. package/dist/components/ErrorPage/index.d.ts +13 -0
  37. package/dist/components/ImagePicker/ImagePicker.d.ts +25 -0
  38. package/dist/components/ImagePicker/ImagePickerGallery.d.ts +5 -0
  39. package/dist/components/ImagePicker/ImagePickerGiphy.d.ts +6 -0
  40. package/dist/components/ImagePicker/ImagePickerLink.d.ts +5 -0
  41. package/dist/components/ImagePicker/ImagePickerSkeletonLoader.d.ts +1 -0
  42. package/dist/components/ImagePicker/ImagePickerUnsplash.d.ts +6 -0
  43. package/dist/components/ImagePicker/ImagePickerUpload.d.ts +8 -0
  44. package/dist/components/ImagePicker/api/giphyApi.d.ts +10 -0
  45. package/dist/components/ImagePicker/api/unsplashApi.d.ts +10 -0
  46. package/dist/components/ImagePicker/index.d.ts +1 -0
  47. package/dist/components/ImagePicker/types.d.ts +29 -0
  48. package/dist/components/LanguagePicker/index.d.ts +11 -0
  49. package/dist/components/NavbarResizer/NavbarResizer.d.ts +6 -0
  50. package/dist/components/NoData/NoData.d.ts +106 -0
  51. package/dist/components/NoData/index.d.ts +1 -0
  52. package/dist/components/NotFoundPage/index.d.ts +3 -0
  53. package/dist/components/Notification/NotificationCard.d.ts +7 -0
  54. package/dist/components/Notification/index.d.ts +6 -0
  55. package/dist/components/OnBoarding/OnBoardingPage.d.ts +1 -0
  56. package/dist/components/OnBoarding/ProjectBoard.d.ts +4 -0
  57. package/dist/components/OnBoarding/StepsNavBar.d.ts +4 -0
  58. package/dist/components/OnBoarding/index.d.ts +1 -0
  59. package/dist/components/OnBoarding/steps/AddMembers/AddMembers.d.ts +2 -0
  60. package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.d.ts +2 -0
  61. package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts +2 -0
  62. package/dist/components/OnBoarding/steps/CreateFirstProject.d.ts +2 -0
  63. package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.d.ts +2 -0
  64. package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts +2 -0
  65. package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts +2 -0
  66. package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.d.ts +2 -0
  67. package/dist/components/OnBoarding/steps/StartedStep.d.ts +2 -0
  68. package/dist/components/OnBoarding/steps/Wrapper.d.ts +11 -0
  69. package/dist/components/SubmitModal/index.d.ts +4 -0
  70. package/dist/components/UserAvatar/index.d.ts +11 -0
  71. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +8 -0
  72. package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts +15 -0
  73. package/dist/helpers/feature.d.ts +2 -0
  74. package/dist/helpers/showNotifications.d.ts +10 -0
  75. package/dist/helpers/themeUtils.d.ts +1 -0
  76. package/dist/helpers/token.d.ts +3 -0
  77. package/dist/helpers/validation.d.ts +3 -0
  78. package/dist/hooks/useDateFnsLocale.d.ts +1 -0
  79. package/dist/hooks/useFormatDistance.d.ts +1 -0
  80. package/dist/hooks/useMenu.d.ts +7 -0
  81. package/dist/hooks/useOAuthErrorParams.d.ts +5 -0
  82. package/dist/hooks/useSwipeDetect.d.ts +6 -0
  83. package/dist/index.d.ts +31 -149
  84. package/dist/index.js +12186 -50303
  85. package/dist/index.umd.cjs +103 -104
  86. package/dist/store/onboarding.d.ts +17 -0
  87. package/dist/store/searchModal.d.ts +7 -0
  88. package/package.json +26 -44
  89. package/dist/package.json +0 -12
@@ -0,0 +1,8 @@
1
+ import { DropzoneProps, FileWithPath } from '@mantine/dropzone';
2
+ import { ImagePickerLocales } from './types';
3
+ export declare const ImagePickerUpload: ({ locales, uploading, dropZoneProps, onUpload, }: {
4
+ locales: ImagePickerLocales;
5
+ uploading: boolean;
6
+ dropZoneProps?: Omit<DropzoneProps, 'onDrop'>;
7
+ onUpload: (files: FileWithPath[]) => void;
8
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { ApiGiphy } from '../../../api/giphy';
2
+ type Data = {
3
+ items: ApiGiphy.Datum[];
4
+ page: number;
5
+ totalPages: number;
6
+ hasMore: boolean;
7
+ };
8
+ export declare const fetchGiphyPhotos: (params: ApiGiphy.Request, page?: number, token?: string) => Promise<Data>;
9
+ export declare const useGiphyPhotos: (params: ApiGiphy.Request, page: number, token?: string) => import('@tanstack/react-query').UseQueryResult<Data, Error>;
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { ApiUnsplash } from '../../../api/unsplash';
2
+ type Data = {
3
+ items: ApiUnsplash.Datum[];
4
+ page: number;
5
+ totalPages: number;
6
+ hasMore: boolean;
7
+ };
8
+ export declare const fetchUnsplashPhotos: (params: ApiUnsplash.Request, clientId?: string, previousData?: Data) => Promise<Data>;
9
+ export declare const useUnsplashPhotos: (params: ApiUnsplash.Request, clientId?: string, rest?: any) => import('@tanstack/react-query').DefinedUseQueryResult<Data, Error>;
10
+ export {};
@@ -0,0 +1 @@
1
+ export * from './ImagePicker';
@@ -0,0 +1,29 @@
1
+ export type ImagePickerGalleryCollection = {
2
+ title: string;
3
+ path: string;
4
+ id: string;
5
+ url: string;
6
+ items: string[];
7
+ };
8
+ export type ImagePickerLocales = {
9
+ gallery?: string;
10
+ link?: string;
11
+ error?: string;
12
+ search?: string;
13
+ upload?: string;
14
+ uploadFile?: string;
15
+ change?: string;
16
+ remove?: string;
17
+ dragOrClickToChoose?: string;
18
+ maxFileSize?: string;
19
+ pasteLink?: string;
20
+ submitLink?: string;
21
+ worksWithAnyImage?: string;
22
+ noImages?: string;
23
+ errors: {
24
+ typeIsNotAllowed?: string;
25
+ shouldNotExceed?: string;
26
+ doNotUploadMoreThanSingleFile?: string;
27
+ invalidLink?: string;
28
+ };
29
+ };
@@ -0,0 +1,11 @@
1
+ type Language = {
2
+ value: string;
3
+ label: string;
4
+ };
5
+ interface LanguagePickerProps {
6
+ data: Language[];
7
+ value: string;
8
+ onChange: (value: string) => void;
9
+ }
10
+ export declare const LanguagePicker: ({ data, value, onChange, }: LanguagePickerProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ export declare const NavbarResizer: import('react').MemoExoticComponent<({ width, onChange, showResizer, }: {
3
+ width?: number;
4
+ onChange?: (v: number) => void;
5
+ showResizer?: boolean;
6
+ }) => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,106 @@
1
+ import { ReactNode } from 'react';
2
+ import { ButtonProps, PolymorphicComponentProps, StackProps, TextProps, TitleProps } from '@mantine/core';
3
+ export declare const illustrationMap: {
4
+ empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
5
+ title?: string | undefined;
6
+ titleId?: string | undefined;
7
+ desc?: string | undefined;
8
+ descId?: string | undefined;
9
+ }>;
10
+ noAccess: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
11
+ title?: string | undefined;
12
+ titleId?: string | undefined;
13
+ desc?: string | undefined;
14
+ descId?: string | undefined;
15
+ }>;
16
+ trash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
17
+ title?: string | undefined;
18
+ titleId?: string | undefined;
19
+ desc?: string | undefined;
20
+ descId?: string | undefined;
21
+ }>;
22
+ noImage: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
23
+ title?: string | undefined;
24
+ titleId?: string | undefined;
25
+ desc?: string | undefined;
26
+ descId?: string | undefined;
27
+ }>;
28
+ noResults: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
29
+ title?: string | undefined;
30
+ titleId?: string | undefined;
31
+ desc?: string | undefined;
32
+ descId?: string | undefined;
33
+ }>;
34
+ noTasks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
35
+ title?: string | undefined;
36
+ titleId?: string | undefined;
37
+ desc?: string | undefined;
38
+ descId?: string | undefined;
39
+ }>;
40
+ noComments: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
41
+ title?: string | undefined;
42
+ titleId?: string | undefined;
43
+ desc?: string | undefined;
44
+ descId?: string | undefined;
45
+ }>;
46
+ noData: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
47
+ title?: string | undefined;
48
+ titleId?: string | undefined;
49
+ desc?: string | undefined;
50
+ descId?: string | undefined;
51
+ }>;
52
+ addDataR7: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
53
+ title?: string | undefined;
54
+ titleId?: string | undefined;
55
+ desc?: string | undefined;
56
+ descId?: string | undefined;
57
+ }>;
58
+ addDataLayers: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
59
+ title?: string | undefined;
60
+ titleId?: string | undefined;
61
+ desc?: string | undefined;
62
+ descId?: string | undefined;
63
+ }>;
64
+ emptyFolder: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
65
+ title?: string | undefined;
66
+ titleId?: string | undefined;
67
+ desc?: string | undefined;
68
+ descId?: string | undefined;
69
+ }>;
70
+ emptyBoard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
71
+ title?: string | undefined;
72
+ titleId?: string | undefined;
73
+ desc?: string | undefined;
74
+ descId?: string | undefined;
75
+ }>;
76
+ noTaskResults: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
77
+ title?: string | undefined;
78
+ titleId?: string | undefined;
79
+ desc?: string | undefined;
80
+ descId?: string | undefined;
81
+ }>;
82
+ '404': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
83
+ title?: string | undefined;
84
+ titleId?: string | undefined;
85
+ desc?: string | undefined;
86
+ descId?: string | undefined;
87
+ }>;
88
+ '500': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
89
+ title?: string | undefined;
90
+ titleId?: string | undefined;
91
+ desc?: string | undefined;
92
+ descId?: string | undefined;
93
+ }>;
94
+ };
95
+ type IllustrationType = keyof typeof illustrationMap | string;
96
+ interface NoDataProps {
97
+ title?: ReactNode;
98
+ titleProps?: TitleProps;
99
+ description?: ReactNode;
100
+ descriptionProps?: TextProps;
101
+ buttons?: PolymorphicComponentProps<'button', ButtonProps>[];
102
+ illustration?: IllustrationType;
103
+ size?: number;
104
+ }
105
+ export declare const NoData: React.FC<NoDataProps & StackProps>;
106
+ export {};
@@ -0,0 +1 @@
1
+ export { NoData, illustrationMap } from './NoData';
@@ -0,0 +1,3 @@
1
+ export declare const NotFound: ({ entityType, }: {
2
+ entityType: 'task' | 'page';
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { UserNotifications } from '../AppContainer/components/MenuUserDropdown';
2
+ interface NotificationCardProps {
3
+ isFocused: boolean;
4
+ notification: UserNotifications;
5
+ }
6
+ declare const NotificationCard: import('react').ForwardRefExoticComponent<NotificationCardProps & import('react').RefAttributes<HTMLDivElement>>;
7
+ export default NotificationCard;
@@ -0,0 +1,6 @@
1
+ interface NotificationProps {
2
+ isNotificationOpen: boolean;
3
+ setNotificationOpen: (value: boolean) => void;
4
+ }
5
+ declare const Notification: ({ isNotificationOpen, setNotificationOpen, }: NotificationProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Notification;
@@ -0,0 +1 @@
1
+ export declare const OnBoardingPage: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ declare const ProjectBoard: ({ children }: {
2
+ children: React.ReactNode;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default ProjectBoard;
@@ -0,0 +1,4 @@
1
+ declare const StepsNavBar: ({ children }: {
2
+ children: React.ReactNode;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default StepsNavBar;
@@ -0,0 +1 @@
1
+ export * from './OnBoardingPage';
@@ -0,0 +1,2 @@
1
+ declare const AddMembers: () => import("react/jsx-runtime").JSX.Element;
2
+ export default AddMembers;
@@ -0,0 +1,2 @@
1
+ declare const AddTasksNav: () => import("react/jsx-runtime").JSX.Element;
2
+ export default AddTasksNav;
@@ -0,0 +1,2 @@
1
+ declare const TasksListBoard: () => import("react/jsx-runtime").JSX.Element;
2
+ export default TasksListBoard;
@@ -0,0 +1,2 @@
1
+ declare const CreateFirstProject: () => import("react/jsx-runtime").JSX.Element;
2
+ export default CreateFirstProject;
@@ -0,0 +1,2 @@
1
+ declare const BoardModal: () => import("react/jsx-runtime").JSX.Element;
2
+ export default BoardModal;
@@ -0,0 +1,2 @@
1
+ declare const InviteUsers: () => import("react/jsx-runtime").JSX.Element;
2
+ export default InviteUsers;
@@ -0,0 +1,2 @@
1
+ declare const CategorySelect: () => import("react/jsx-runtime").JSX.Element;
2
+ export default CategorySelect;
@@ -0,0 +1,2 @@
1
+ declare const SelectCategoryNav: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SelectCategoryNav;
@@ -0,0 +1,2 @@
1
+ declare const GettingStarted: () => import("react/jsx-runtime").JSX.Element;
2
+ export default GettingStarted;
@@ -0,0 +1,11 @@
1
+ import { ButtonProps } from '@mantine/core';
2
+ declare const StepperWrapper: ({ children, title, description, prevButtonProps, nextButtonProps, nextText, prevText, }: {
3
+ children: React.ReactNode;
4
+ title: string;
5
+ description?: string;
6
+ prevButtonProps?: ButtonProps & React.ButtonHTMLAttributes<HTMLButtonElement>;
7
+ nextButtonProps?: ButtonProps & React.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ nextText: string | null;
9
+ prevText: string | null;
10
+ }) => import("react/jsx-runtime").JSX.Element;
11
+ export default StepperWrapper;
@@ -0,0 +1,4 @@
1
+ import { OpenConfirmModal } from '@mantine/modals/lib/context';
2
+ export declare const openSubmitModal: (props: OpenConfirmModal & {
3
+ children?: React.ReactNode;
4
+ }) => string;
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { AvatarProps } from '@mantine/core';
3
+ import { MenuUser } from '../AppContainer/components/MenuUserDropdown';
4
+ export type ProfilePictureType = {
5
+ url: string;
6
+ };
7
+ interface UserAvatarProps extends AvatarProps, Omit<React.ComponentPropsWithoutRef<'div'>, keyof AvatarProps> {
8
+ user?: MenuUser | null;
9
+ }
10
+ export declare const UserAvatar: React.ForwardRefExoticComponent<UserAvatarProps & React.RefAttributes<HTMLDivElement>>;
11
+ export {};
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { AvatarProps } from '@mantine/core';
3
+ import { MenuWorkspace } from '../WorkspaceMenu/WorkspaceMenu';
4
+ interface UserAvatarProps extends AvatarProps, Omit<React.ComponentPropsWithoutRef<'div'>, keyof AvatarProps> {
5
+ workspace?: MenuWorkspace | null;
6
+ }
7
+ export declare const WorkspaceAvatar: React.ForwardRefExoticComponent<UserAvatarProps & React.RefAttributes<HTMLDivElement>>;
8
+ export {};
@@ -0,0 +1,15 @@
1
+ import { PropsWithChildren } from 'react';
2
+ export type MenuWorkspace = {
3
+ workspaceId: string;
4
+ workspaceName: string;
5
+ workspaceIcon: string;
6
+ };
7
+ export type WorkspaceMenuProps<W extends MenuWorkspace = MenuWorkspace> = PropsWithChildren<{
8
+ onCreate?: () => void;
9
+ onClick?: (w: W) => void;
10
+ items: W[];
11
+ active?: W | null;
12
+ settingsLink?: string;
13
+ membersLink?: string;
14
+ }>;
15
+ export declare const WorkspaceMenu: <W extends MenuWorkspace>({ children, onCreate, onClick, active, items, settingsLink, membersLink, }: WorkspaceMenuProps<W>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export declare const appFeature: (value: string) => void;
2
+ export declare const isFeature: () => boolean;
@@ -0,0 +1,10 @@
1
+ import { NotificationData } from '@mantine/notifications';
2
+ type MessageType = string | number | NotificationData;
3
+ export declare const showRequestNotifications: <Response, Request extends Promise<Response> = Promise<Response>>(request: Request, options?: {
4
+ notifyId?: string;
5
+ successMsg?: ((res: Response) => MessageType) | MessageType;
6
+ errorMsg?: ((err: any) => MessageType) | MessageType;
7
+ }) => Promise<any>;
8
+ export declare const showSuccessNotification: (props: NotificationData) => void;
9
+ export declare const showErrorNotification: (props: NotificationData) => void;
10
+ export {};
@@ -0,0 +1 @@
1
+ export declare const useIsDarkTheme: () => boolean;
@@ -0,0 +1,3 @@
1
+ export declare const getAccessToken: () => string | null;
2
+ export declare const getCurrentUserId: () => number;
3
+ export declare const getCookie: (name: string) => string | null;
@@ -0,0 +1,3 @@
1
+ export declare const isValidEmail: (v: string) => boolean;
2
+ export declare const isImageUrl: (url: string) => Promise<unknown>;
3
+ export declare const isValidUrl: (urlString: string) => boolean;
@@ -0,0 +1 @@
1
+ export declare const useDateFnsLocale: () => void;
@@ -0,0 +1 @@
1
+ export declare const useFormatDistance: () => (timestamp: string) => string;
@@ -0,0 +1,7 @@
1
+ export declare const toggleAppMenu: () => void;
2
+ export declare const closeAppMenu: () => void;
3
+ export declare const setWithoutNavbar: (v: boolean) => void;
4
+ export declare const useMenu: () => {
5
+ isMobile: boolean | undefined;
6
+ opened: boolean;
7
+ };
@@ -0,0 +1,5 @@
1
+ export declare enum AuthErrors {
2
+ g_access_denied = "GOAuthFailed",
3
+ f_access_denied = "FOAuthFailed"
4
+ }
5
+ export declare const useOAuthErrorParams: () => void;
@@ -0,0 +1,6 @@
1
+ import { TouchEventHandler } from 'react';
2
+ export declare const useSwipeDetect: (callback: (side: 'left' | 'right') => void) => {
3
+ onTouchStart: TouchEventHandler<HTMLDivElement>;
4
+ onTouchMove: TouchEventHandler<HTMLDivElement>;
5
+ onTouchEnd: TouchEventHandler<HTMLDivElement>;
6
+ };
package/dist/index.d.ts CHANGED
@@ -1,149 +1,31 @@
1
- import { ButtonProps } from '@mantine/core';
2
- import { default as default_2 } from 'prop-types';
3
- import { default as default_3 } from 'react';
4
- import { DropzoneProps } from '@mantine/dropzone';
5
- import { FileWithPath } from '@mantine/dropzone';
6
- import { FloatingPosition } from '@mantine/core';
7
- import { JSX as JSX_2 } from 'react/jsx-runtime';
8
- import { PolymorphicComponentProps } from '@mantine/core';
9
- import { PopoverProps } from '@mantine/core';
10
- import { PropsWithChildren } from 'react';
11
- import { ReactNode } from 'react';
12
- import { StackProps } from '@mantine/core';
13
- import { TextProps } from '@mantine/core';
14
- import { TitleProps } from '@mantine/core';
15
-
16
- declare const baseTabsList: readonly ["gallery", "upload", "link", "unsplash", "giphy"];
17
-
18
- export declare const EmojiPicker: ({ value, children, onChange, onRemove, hasIcon, position, popoverProps, locales }: PropsWithChildren<EmojiPickerProps>) => JSX_2.Element;
19
-
20
- export declare type EmojiPickerLocales = {
21
- emojis?: string;
22
- search?: string;
23
- searchResults?: string;
24
- searchNoResults?: string;
25
- remove?: string;
26
- emojiCategory?: Record<string, string>;
27
- };
28
-
29
- export declare type EmojiPickerProps = {
30
- value?: string;
31
- onChange?: (v: string) => void;
32
- onRemove?: () => void;
33
- hasIcon?: boolean;
34
- position?: FloatingPosition;
35
- popoverProps?: PopoverProps;
36
- locales?: EmojiPickerLocales;
37
- };
38
-
39
- declare const illustrationMap: {
40
- empty: any;
41
- noAccess: any;
42
- trash: any;
43
- noImage: any;
44
- noResults: any;
45
- noTasks: any;
46
- noComments: any;
47
- noData: any;
48
- addData: any;
49
- emptyFolder: any;
50
- noTaskResults: any;
51
- '404': any;
52
- '500': any;
53
- };
54
-
55
- declare type IllustrationType = keyof typeof illustrationMap;
56
-
57
- declare type ImagePickerGalleryCollection = {
58
- title: string;
59
- path: string;
60
- id: string;
61
- url: string;
62
- items: string[];
63
- };
64
-
65
- declare type ImagePickerLocales = {
66
- gallery?: string;
67
- link?: string;
68
- error?: string;
69
- search?: string;
70
- upload?: string;
71
- uploadFile?: string;
72
- change?: string;
73
- remove?: string;
74
- dragOrClickToChoose?: string;
75
- maxFileSize?: string;
76
- pasteLink?: string;
77
- submitLink?: string;
78
- worksWithAnyImage?: string;
79
- noImages?: string;
80
- errors: {
81
- typeIsNotAllowed?: string;
82
- shouldNotExceed?: string;
83
- doNotUploadMoreThanSingleFile?: string;
84
- invalidLink?: string;
85
- };
86
- };
87
-
88
- declare type ImagePickerProps = {
89
- onChange?: (v: string) => void;
90
- onRemove?: () => void;
91
- onUpload?: (files: FileWithPath[], setOpened: (state: boolean) => void) => void;
92
- uploading?: boolean;
93
- showTabs?: readonly TabType[];
94
- position?: FloatingPosition;
95
- width?: number;
96
- readOnly?: boolean;
97
- hasImage?: boolean;
98
- giphyToken?: string;
99
- unsplashClientId?: string;
100
- galleryCollection?: ImagePickerGalleryCollection[];
101
- popoverProps?: PopoverProps;
102
- dropZoneProps?: Omit<DropzoneProps, 'onDrop'>;
103
- locales?: ImagePickerLocales;
104
- };
105
-
106
- export declare const ImagePickerProvider: default_3.FC<PropsWithChildren<ImagePickerProviderProps>>;
107
-
108
- export declare type ImagePickerProviderProps = ImagePickerProps & {
109
- disableReactQueryContext?: boolean;
110
- };
111
-
112
- declare type Language = {
113
- value: string;
114
- label: string;
115
- };
116
-
117
- export declare const LanguagePicker: {
118
- ({ data, value, onChange, }: LanguagePickerProps): JSX_2.Element;
119
- propTypes: {
120
- data: default_2.Validator<(default_2.InferProps<{
121
- value: default_2.Validator<string>;
122
- label: default_2.Validator<string>;
123
- }> | null | undefined)[]>;
124
- value: default_2.Validator<string>;
125
- onChange: default_2.Validator<(...args: any[]) => any>;
126
- };
127
- };
128
-
129
- declare interface LanguagePickerProps {
130
- data: Language[];
131
- value: string;
132
- onChange: (value: string) => void;
133
- }
134
-
135
- export declare const NoData: React.FC<NoDataProps & StackProps>;
136
-
137
- declare interface NoDataProps {
138
- title?: ReactNode;
139
- titleProps?: TitleProps;
140
- description?: ReactNode;
141
- descriptionProps?: TextProps;
142
- buttons?: PolymorphicComponentProps<'button', ButtonProps>[];
143
- illustration?: IllustrationType;
144
- size?: number;
145
- }
146
-
147
- declare type TabType = (typeof baseTabsList)[number];
148
-
149
- export { }
1
+ export * from './components/NoData';
2
+ export * from './components/LanguagePicker';
3
+ export * from './components/ImagePicker';
4
+ export * from './components/EmojiPicker';
5
+ export * from './components/AppContainer/AppContainer';
6
+ export * from './components/CustomKBD';
7
+ export * from './components/SubmitModal';
8
+ export * from './components/UserAvatar';
9
+ export * from './components/WorkspaceMenu/WorkspaceMenu';
10
+ export * from './components/WorkspaceAvatar/WorkspaceAvatar';
11
+ export * from './components/NavbarResizer/NavbarResizer';
12
+ export * from './components/AppContainer/components/MenuUserDropdown';
13
+ export * from './helpers/showNotifications';
14
+ export * from './helpers/themeUtils.ts';
15
+ export * from './hooks/useMenu';
16
+ export * from './hooks/useDateFnsLocale';
17
+ export * from './hooks/useFormatDistance';
18
+ export * from './helpers/feature';
19
+ export * from './store/searchModal';
20
+ export * from './helpers/token';
21
+ export * from './components/AppContainer/hooks/useAppContainer';
22
+ export * from './components/AppContainer/hooks/useAppContainerStore';
23
+ export * from './components/AppContainer/hooks/useHideHeader';
24
+ export * from './components/AppContainer/types';
25
+ export * from './components/ErrorPage';
26
+ export * from './hooks/useSwipeDetect.tsx';
27
+ export * from './components/AlertsBlock';
28
+ export * from './hooks/useOAuthErrorParams';
29
+ export * from './components/AppTour/index.tsx';
30
+ export * from './components/OnBoarding/index.ts';
31
+ export * from './store/onboarding.ts';