@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.
- package/dist/api/giphy/index.d.ts +2 -0
- package/dist/api/giphy/slice.d.ts +11 -0
- package/dist/api/giphy/types.d.ts +127 -0
- package/dist/api/unsplash/index.d.ts +2 -0
- package/dist/api/unsplash/slice.d.ts +11 -0
- package/dist/api/unsplash/types.d.ts +143 -0
- package/dist/components/AlertsBlock/index.d.ts +9 -0
- package/dist/components/AppContainer/AppContainer.d.ts +12 -0
- package/dist/components/AppContainer/components/AllAppsMenu.d.ts +4 -0
- package/dist/components/AppContainer/components/DesktopNavbar.d.ts +3 -0
- package/dist/components/AppContainer/components/MenuUserDropdown.d.ts +29 -0
- package/dist/components/AppContainer/components/MobileNavbar.d.ts +3 -0
- package/dist/components/AppContainer/components/NavbarContent.d.ts +3 -0
- package/dist/components/AppContainer/components/NavbarFooter.d.ts +3 -0
- package/dist/components/AppContainer/components/NavbarHeader.d.ts +3 -0
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +2 -0
- package/dist/components/AppContainer/hooks/useAppContainerActionsStore.d.ts +2 -0
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts +2 -0
- package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts +12 -0
- package/dist/components/AppContainer/hooks/useHideHeader.d.ts +1 -0
- package/dist/components/AppContainer/types.d.ts +47 -0
- package/dist/components/AppTour/AppTour.d.ts +7 -0
- package/dist/components/AppTour/FinishModal.d.ts +1 -0
- package/dist/components/AppTour/HelloModal.d.ts +1 -0
- package/dist/components/AppTour/hooks/useAppTour.d.ts +2 -0
- package/dist/components/AppTour/index.d.ts +4 -0
- package/dist/components/AppTour/types.d.ts +17 -0
- package/dist/components/CustomKBD/index.d.ts +19 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +13 -0
- package/dist/components/EmojiPicker/index.d.ts +2 -0
- package/dist/components/EmojiPicker/types.d.ts +8 -0
- package/dist/components/ErrorPage/components/Error404.d.ts +3 -0
- package/dist/components/ErrorPage/components/Error406.d.ts +3 -0
- package/dist/components/ErrorPage/components/Error500.d.ts +3 -0
- package/dist/components/ErrorPage/components/index.d.ts +3 -0
- package/dist/components/ErrorPage/index.d.ts +13 -0
- package/dist/components/ImagePicker/ImagePicker.d.ts +25 -0
- package/dist/components/ImagePicker/ImagePickerGallery.d.ts +5 -0
- package/dist/components/ImagePicker/ImagePickerGiphy.d.ts +6 -0
- package/dist/components/ImagePicker/ImagePickerLink.d.ts +5 -0
- package/dist/components/ImagePicker/ImagePickerSkeletonLoader.d.ts +1 -0
- package/dist/components/ImagePicker/ImagePickerUnsplash.d.ts +6 -0
- package/dist/components/ImagePicker/ImagePickerUpload.d.ts +8 -0
- package/dist/components/ImagePicker/api/giphyApi.d.ts +10 -0
- package/dist/components/ImagePicker/api/unsplashApi.d.ts +10 -0
- package/dist/components/ImagePicker/index.d.ts +1 -0
- package/dist/components/ImagePicker/types.d.ts +29 -0
- package/dist/components/LanguagePicker/index.d.ts +11 -0
- package/dist/components/NavbarResizer/NavbarResizer.d.ts +6 -0
- package/dist/components/NoData/NoData.d.ts +106 -0
- package/dist/components/NoData/index.d.ts +1 -0
- package/dist/components/NotFoundPage/index.d.ts +3 -0
- package/dist/components/Notification/NotificationCard.d.ts +7 -0
- package/dist/components/Notification/index.d.ts +6 -0
- package/dist/components/OnBoarding/OnBoardingPage.d.ts +1 -0
- package/dist/components/OnBoarding/ProjectBoard.d.ts +4 -0
- package/dist/components/OnBoarding/StepsNavBar.d.ts +4 -0
- package/dist/components/OnBoarding/index.d.ts +1 -0
- package/dist/components/OnBoarding/steps/AddMembers/AddMembers.d.ts +2 -0
- package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.d.ts +2 -0
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts +2 -0
- package/dist/components/OnBoarding/steps/CreateFirstProject.d.ts +2 -0
- package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.d.ts +2 -0
- package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts +2 -0
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts +2 -0
- package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.d.ts +2 -0
- package/dist/components/OnBoarding/steps/StartedStep.d.ts +2 -0
- package/dist/components/OnBoarding/steps/Wrapper.d.ts +11 -0
- package/dist/components/SubmitModal/index.d.ts +4 -0
- package/dist/components/UserAvatar/index.d.ts +11 -0
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +8 -0
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts +15 -0
- package/dist/helpers/feature.d.ts +2 -0
- package/dist/helpers/showNotifications.d.ts +10 -0
- package/dist/helpers/themeUtils.d.ts +1 -0
- package/dist/helpers/token.d.ts +3 -0
- package/dist/helpers/validation.d.ts +3 -0
- package/dist/hooks/useDateFnsLocale.d.ts +1 -0
- package/dist/hooks/useFormatDistance.d.ts +1 -0
- package/dist/hooks/useMenu.d.ts +7 -0
- package/dist/hooks/useOAuthErrorParams.d.ts +5 -0
- package/dist/hooks/useSwipeDetect.d.ts +6 -0
- package/dist/index.d.ts +31 -149
- package/dist/index.js +12186 -50303
- package/dist/index.umd.cjs +103 -104
- package/dist/store/onboarding.d.ts +17 -0
- package/dist/store/searchModal.d.ts +7 -0
- package/package.json +26 -44
- package/dist/package.json +0 -12
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
interface IOnboardingState {
|
|
2
|
+
step: number;
|
|
3
|
+
nextStep: () => void;
|
|
4
|
+
prevStep: () => void;
|
|
5
|
+
communityType: string;
|
|
6
|
+
communityRange: string;
|
|
7
|
+
setCommunityType: (type: string) => void;
|
|
8
|
+
setCommunityRange: (range: string) => void;
|
|
9
|
+
projectName: string;
|
|
10
|
+
setProjectName: (name: string) => void;
|
|
11
|
+
membersList: string[];
|
|
12
|
+
setMembersList: (members: string[]) => void;
|
|
13
|
+
tasksList: string[];
|
|
14
|
+
setTasksList: (tasks: string[]) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const useOnboardingState: import('zustand').UseBoundStore<import('zustand').StoreApi<IOnboardingState>>;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface SearchModalState {
|
|
2
|
+
opened: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const useSearchModalStore: import('zustand').UseBoundStore<import('zustand').StoreApi<SearchModalState>>;
|
|
5
|
+
export declare const openSearchModal: () => void;
|
|
6
|
+
export declare const closeSearchModal: () => void;
|
|
7
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layers-app/shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -18,51 +18,33 @@
|
|
|
18
18
|
"watch": "vite build --watch"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@emoji-mart/data": "^1.2.1"
|
|
22
|
-
"emoji-mart": "^5.6.0"
|
|
21
|
+
"@emoji-mart/data": "^1.2.1"
|
|
23
22
|
},
|
|
24
23
|
"peerDependencies": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"@mantine/
|
|
28
|
-
"@
|
|
29
|
-
"
|
|
30
|
-
"@mantine/notifications": "
|
|
31
|
-
"
|
|
24
|
+
"@mantine/core": "7.16.0",
|
|
25
|
+
"@mantine/dropzone": "7.16.0",
|
|
26
|
+
"@mantine/form": "7.16.0",
|
|
27
|
+
"@mantine/hooks": "7.16.0",
|
|
28
|
+
"@mantine/modals": "7.16.0",
|
|
29
|
+
"@mantine/notifications": "7.16.0",
|
|
30
|
+
"@reduxjs/toolkit": "^2.2.7",
|
|
31
|
+
"@sinups/agg": "^2.0.0",
|
|
32
|
+
"@tabler/icons-react": "^3.7.0",
|
|
33
|
+
"@tanstack/react-query": "^5.52.2",
|
|
34
|
+
"date-fns": "^4.1.0",
|
|
32
35
|
"draggable-ui": "^0.0.1",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"react-dom":
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"query-string": {
|
|
47
|
-
"optional": true
|
|
48
|
-
},
|
|
49
|
-
"@mantine/notifications": {
|
|
50
|
-
"optional": true
|
|
51
|
-
},
|
|
52
|
-
"@mantine/core": {
|
|
53
|
-
"optional": true
|
|
54
|
-
},
|
|
55
|
-
"lodash-es": {
|
|
56
|
-
"optional": true
|
|
57
|
-
},
|
|
58
|
-
"draggable-ui": {
|
|
59
|
-
"optional": true
|
|
60
|
-
},
|
|
61
|
-
"framer-motion": {
|
|
62
|
-
"optional": true
|
|
63
|
-
},
|
|
64
|
-
"@sinups/agg": {
|
|
65
|
-
"optional": true
|
|
66
|
-
}
|
|
36
|
+
"emoji-mart": "^5.6.0",
|
|
37
|
+
"framer-motion": "^11.3.24",
|
|
38
|
+
"i18next": "^23.11.5",
|
|
39
|
+
"jwt-decode": "^4.0.0",
|
|
40
|
+
"lodash-es": "^4.17.21",
|
|
41
|
+
"query-string": "^9.1.0",
|
|
42
|
+
"react": "^18.3.1",
|
|
43
|
+
"react-dom": "^18.3.1",
|
|
44
|
+
"react-helmet": "^6.1.0",
|
|
45
|
+
"react-i18next": "^15.0.2",
|
|
46
|
+
"react-joyride": "^2.8.2",
|
|
47
|
+
"react-router-dom": "6.27.0",
|
|
48
|
+
"zustand": "^4.5.4"
|
|
67
49
|
}
|
|
68
50
|
}
|
package/dist/package.json
DELETED