@edifice.io/react 2.5.18-epic-homepage.20260505180634 → 2.5.19
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/components/Logo/index.d.ts +1 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/hooks/index.d.ts +1 -1
- package/dist/icons-nav.js +28 -38
- package/dist/index.js +146 -153
- package/dist/modules/icons/components/nav/index.d.ts +0 -5
- package/dist/modules/modals/OnboardingModal/index.d.ts +1 -1
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.d.ts +7 -0
- package/package.json +6 -10
- package/dist/components/LogoBeta/LogoBeta.d.ts +0 -7
- package/dist/components/LogoBeta/LogoBeta.js +0 -14
- package/dist/components/LogoBeta/index.d.ts +0 -2
- package/dist/components/PageLayout/PageLayout.d.ts +0 -45
- package/dist/components/PageLayout/PageLayout.js +0 -94
- package/dist/components/PageLayout/PageLayoutContext.d.ts +0 -14
- package/dist/components/PageLayout/PageLayoutContext.js +0 -8
- package/dist/components/PageLayout/components/PageLayoutBreadcrumb.d.ts +0 -9
- package/dist/components/PageLayout/components/PageLayoutBreadcrumb.js +0 -10
- package/dist/components/PageLayout/components/PageLayoutContent.d.ts +0 -9
- package/dist/components/PageLayout/components/PageLayoutContent.js +0 -18
- package/dist/components/PageLayout/components/PageLayoutHeader.d.ts +0 -9
- package/dist/components/PageLayout/components/PageLayoutHeader.js +0 -17
- package/dist/components/PageLayout/components/PageLayoutOverlay.d.ts +0 -15
- package/dist/components/PageLayout/components/PageLayoutOverlay.js +0 -34
- package/dist/components/PageLayout/components/PageLayoutSidebarLeft.d.ts +0 -9
- package/dist/components/PageLayout/components/PageLayoutSidebarLeft.js +0 -18
- package/dist/components/PageLayout/components/PageLayoutSidebarRight.d.ts +0 -9
- package/dist/components/PageLayout/components/PageLayoutSidebarRight.js +0 -18
- package/dist/components/PageLayout/index.d.ts +0 -3
- package/dist/modules/homepage/components/Header/Header.d.ts +0 -8
- package/dist/modules/homepage/components/Header/Header.js +0 -74
- package/dist/modules/homepage/components/Header/index.d.ts +0 -2
- package/dist/modules/homepage/components/LastInfos/LastInfos.d.ts +0 -33
- package/dist/modules/homepage/components/LastInfos/LastInfosContainer.d.ts +0 -4
- package/dist/modules/homepage/components/LastInfos/LastInfosList.d.ts +0 -8
- package/dist/modules/homepage/components/LastInfos/index.d.ts +0 -4
- package/dist/modules/homepage/components/LastInfos/useLastInfos.d.ts +0 -17
- package/dist/modules/homepage/components/MessageFlashList/MessageFlash.d.ts +0 -12
- package/dist/modules/homepage/components/MessageFlashList/MessageFlashList.d.ts +0 -12
- package/dist/modules/homepage/components/MessageFlashList/MessageFlashListContainer.d.ts +0 -5
- package/dist/modules/homepage/components/MessageFlashList/hooks/useMessageFlashList.d.ts +0 -16
- package/dist/modules/homepage/components/MessageFlashList/index.d.ts +0 -4
- package/dist/modules/homepage/components/MessageFlashList/services/api/index.d.ts +0 -4
- package/dist/modules/homepage/components/MessageFlashList/services/api/messagesFlashService.d.ts +0 -20
- package/dist/modules/homepage/components/MessageFlashList/services/queries/messagesFlash.d.ts +0 -13
- package/dist/modules/homepage/components/SchoolSpace/SchoolSpace.d.ts +0 -15
- package/dist/modules/homepage/components/SchoolSpace/SchoolSpaceContainer.d.ts +0 -4
- package/dist/modules/homepage/components/SchoolSpace/index.d.ts +0 -3
- package/dist/modules/homepage/components/SchoolSpace/useUserSchools.d.ts +0 -6
- package/dist/modules/homepage/components/index.d.ts +0 -4
- package/dist/modules/homepage/hooks/useWidgetPreferences.d.ts +0 -5
- package/dist/modules/homepage/index.d.ts +0 -1
- package/dist/modules/icons/components/nav/IconCommunitiesBeta.d.ts +0 -7
- package/dist/modules/icons/components/nav/IconCommunitiesBeta.js +0 -18
- package/dist/modules/icons/components/nav/IconHomeBeta.d.ts +0 -7
- package/dist/modules/icons/components/nav/IconHomeBeta.js +0 -13
- package/dist/modules/icons/components/nav/IconMessagesBeta.d.ts +0 -7
- package/dist/modules/icons/components/nav/IconMessagesBeta.js +0 -18
- package/dist/modules/icons/components/nav/IconMyAppsBeta.d.ts +0 -7
- package/dist/modules/icons/components/nav/IconMyAppsBeta.js +0 -13
- package/dist/modules/icons/components/nav/IconNotificationBeta.d.ts +0 -7
- package/dist/modules/icons/components/nav/IconNotificationBeta.js +0 -14
- package/dist/modules/icons/components/nav/IconNotificationsBeta.d.ts +0 -7
|
@@ -26,12 +26,10 @@ export * from './Image';
|
|
|
26
26
|
export * from './Input';
|
|
27
27
|
export * from './Label';
|
|
28
28
|
export * from './Layout';
|
|
29
|
-
export * from './PageLayout';
|
|
30
29
|
export * from './List';
|
|
31
30
|
export * from './Loading';
|
|
32
31
|
export * from './LoadingScreen';
|
|
33
32
|
export * from './Logo';
|
|
34
|
-
export * from './LogoBeta';
|
|
35
33
|
export * from './MediaViewer';
|
|
36
34
|
export * from './Menu';
|
|
37
35
|
export * from './Modal';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -16,8 +16,8 @@ export * from './useHover';
|
|
|
16
16
|
export * from './useHttpErrorToast';
|
|
17
17
|
export * from './useImage';
|
|
18
18
|
export * from './useInfiniteScroll';
|
|
19
|
-
export * from './useIsAdmc';
|
|
20
19
|
export * from './useIsAdml';
|
|
20
|
+
export * from './useIsAdmc';
|
|
21
21
|
export * from './useIsAdmlcOrAdmc';
|
|
22
22
|
export * from './useKeyPress';
|
|
23
23
|
export * from './useLibraryUrl';
|
package/dist/icons-nav.js
CHANGED
|
@@ -1,40 +1,30 @@
|
|
|
1
|
-
import { default as default2 } from "./modules/icons/components/nav/
|
|
2
|
-
import { default as default3 } from "./modules/icons/components/nav/
|
|
3
|
-
import { default as default4 } from "./modules/icons/components/nav/
|
|
4
|
-
import { default as default5 } from "./modules/icons/components/nav/
|
|
5
|
-
import { default as default6 } from "./modules/icons/components/nav/
|
|
6
|
-
import { default as default7 } from "./modules/icons/components/nav/
|
|
7
|
-
import { default as default8 } from "./modules/icons/components/nav/
|
|
8
|
-
import { default as default9 } from "./modules/icons/components/nav/
|
|
9
|
-
import { default as default10 } from "./modules/icons/components/nav/
|
|
10
|
-
import { default as default11 } from "./modules/icons/components/nav/
|
|
11
|
-
import { default as default12 } from "./modules/icons/components/nav/
|
|
12
|
-
import { default as default13 } from "./modules/icons/components/nav/
|
|
13
|
-
import { default as default14 } from "./modules/icons/components/nav/
|
|
14
|
-
import { default as default15 } from "./modules/icons/components/nav/
|
|
15
|
-
import { default as default16 } from "./modules/icons/components/nav/IconOneMessaging.js";
|
|
16
|
-
import { default as default17 } from "./modules/icons/components/nav/IconOneProfile.js";
|
|
17
|
-
import { default as default18 } from "./modules/icons/components/nav/IconProfile.js";
|
|
18
|
-
import { default as default19 } from "./modules/icons/components/nav/IconSearch.js";
|
|
19
|
-
import { default as default20 } from "./modules/icons/components/nav/IconUserbook.js";
|
|
1
|
+
import { default as default2 } from "./modules/icons/components/nav/IconCommunities.js";
|
|
2
|
+
import { default as default3 } from "./modules/icons/components/nav/IconCommunity.js";
|
|
3
|
+
import { default as default4 } from "./modules/icons/components/nav/IconDisconnect.js";
|
|
4
|
+
import { default as default5 } from "./modules/icons/components/nav/IconHome.js";
|
|
5
|
+
import { default as default6 } from "./modules/icons/components/nav/IconMyApps.js";
|
|
6
|
+
import { default as default7 } from "./modules/icons/components/nav/IconNeoAssistance.js";
|
|
7
|
+
import { default as default8 } from "./modules/icons/components/nav/IconNeoMessaging.js";
|
|
8
|
+
import { default as default9 } from "./modules/icons/components/nav/IconNewRelease.js";
|
|
9
|
+
import { default as default10 } from "./modules/icons/components/nav/IconOneAssistance.js";
|
|
10
|
+
import { default as default11 } from "./modules/icons/components/nav/IconOneMessaging.js";
|
|
11
|
+
import { default as default12 } from "./modules/icons/components/nav/IconOneProfile.js";
|
|
12
|
+
import { default as default13 } from "./modules/icons/components/nav/IconProfile.js";
|
|
13
|
+
import { default as default14 } from "./modules/icons/components/nav/IconSearch.js";
|
|
14
|
+
import { default as default15 } from "./modules/icons/components/nav/IconUserbook.js";
|
|
20
15
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
default4 as
|
|
24
|
-
default5 as
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
default8 as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
default11 as
|
|
31
|
-
default12 as
|
|
32
|
-
default13 as
|
|
33
|
-
default14 as
|
|
34
|
-
default15 as
|
|
35
|
-
default16 as IconOneMessaging,
|
|
36
|
-
default17 as IconOneProfile,
|
|
37
|
-
default18 as IconProfile,
|
|
38
|
-
default19 as IconSearch,
|
|
39
|
-
default20 as IconUserbook
|
|
16
|
+
default2 as IconCommunities,
|
|
17
|
+
default3 as IconCommunity,
|
|
18
|
+
default4 as IconDisconnect,
|
|
19
|
+
default5 as IconHome,
|
|
20
|
+
default6 as IconMyApps,
|
|
21
|
+
default7 as IconNeoAssistance,
|
|
22
|
+
default8 as IconNeoMessaging,
|
|
23
|
+
default9 as IconNewRelease,
|
|
24
|
+
default10 as IconOneAssistance,
|
|
25
|
+
default11 as IconOneMessaging,
|
|
26
|
+
default12 as IconOneProfile,
|
|
27
|
+
default13 as IconProfile,
|
|
28
|
+
default14 as IconSearch,
|
|
29
|
+
default15 as IconUserbook
|
|
40
30
|
};
|
package/dist/index.js
CHANGED
|
@@ -39,81 +39,79 @@ import { default as default37 } from "./components/Label/Label.js";
|
|
|
39
39
|
import { default as default38 } from "./components/Loading/Loading.js";
|
|
40
40
|
import { default as default39 } from "./components/LoadingScreen/LoadingScreen.js";
|
|
41
41
|
import { default as default40 } from "./components/Logo/Logo.js";
|
|
42
|
-
import { default as default41 } from "./
|
|
43
|
-
import { default as default42 } from "./
|
|
44
|
-
import { default as default43 } from "./components/
|
|
45
|
-
import { default as default44 } from "./
|
|
46
|
-
import { default as default45 } from "./
|
|
47
|
-
import { default as default46 } from "./components/
|
|
48
|
-
import { default as default47 } from "./
|
|
49
|
-
import { default as default48
|
|
50
|
-
import { default as default49 } from "./
|
|
51
|
-
import { default as default50 } from "./components/
|
|
52
|
-
import { default as default51 } from "./components/
|
|
53
|
-
import { default as default52 } from "./components/
|
|
54
|
-
import { default as default53 } from "./components/
|
|
55
|
-
import { default as default54 } from "./
|
|
56
|
-
import { default as default55 } from "./
|
|
57
|
-
import { default as default56 } from "./modules/modals/ShareModal/
|
|
58
|
-
import { default as default57 } from "./
|
|
59
|
-
import { default as default58 } from "./
|
|
60
|
-
import { default as default59 } from "./components/
|
|
61
|
-
import { default as default60 } from "./components/
|
|
62
|
-
import { default as default61 } from "./components/
|
|
63
|
-
import { default as default62 } from "./components/
|
|
64
|
-
import { default as default63 } from "./components/
|
|
65
|
-
import { default as default64 } from "./components/
|
|
66
|
-
import { default as default65 } from "./components/
|
|
67
|
-
import { default as default66 } from "./components/
|
|
68
|
-
import { default as default67 } from "./
|
|
69
|
-
import { default as default68 } from "./
|
|
70
|
-
import { default as default69 } from "./modules/multimedia/
|
|
71
|
-
import { default as default70 } from "./modules/multimedia/
|
|
72
|
-
import { default as default71 } from "./
|
|
73
|
-
import { default as default72 } from "./modules/multimedia/
|
|
74
|
-
import { default as default73 } from "./
|
|
75
|
-
import { default as default74 } from "./
|
|
76
|
-
import { default as default75 } from "./
|
|
77
|
-
import { default as default76 } from "./hooks/
|
|
78
|
-
import { default as default77 } from "./hooks/
|
|
79
|
-
import { default as default78 } from "./hooks/
|
|
80
|
-
import { default as default79 } from "./hooks/
|
|
81
|
-
import { default as default80 } from "./hooks/
|
|
82
|
-
import { default as default81 } from "./hooks/
|
|
83
|
-
import { default as default82 } from "./hooks/
|
|
84
|
-
import { default as default83 } from "./hooks/
|
|
85
|
-
import { default as default84 } from "./hooks/
|
|
86
|
-
import { default as default85 } from "./hooks/
|
|
87
|
-
import { default as default86 } from "./hooks/
|
|
88
|
-
import { default as default87 } from "./hooks/
|
|
89
|
-
import { default as default88 } from "./hooks/
|
|
90
|
-
import { default as default89 } from "./hooks/
|
|
91
|
-
import { default as default90 } from "./hooks/
|
|
92
|
-
import { default as default91 } from "./hooks/
|
|
93
|
-
import { default as default92 } from "./hooks/
|
|
94
|
-
import { default as default93 } from "./hooks/
|
|
95
|
-
import { default as default94 } from "./hooks/
|
|
96
|
-
import { default as default95 } from "./hooks/
|
|
97
|
-
import { default as default96 } from "./hooks/
|
|
98
|
-
import { default as default97 } from "./hooks/
|
|
99
|
-
import { default as default98 } from "./hooks/
|
|
100
|
-
import { default as default99 } from "./hooks/
|
|
101
|
-
import { default as default100 } from "./
|
|
102
|
-
import { default as default101 } from "./hooks/
|
|
103
|
-
import { default as default102 } from "./hooks/
|
|
104
|
-
import { default as default103 } from "./hooks/
|
|
105
|
-
import { default as default104 } from "./hooks/
|
|
106
|
-
import { default as default105 } from "./hooks/
|
|
107
|
-
import { default as default106 } from "./
|
|
108
|
-
import { default as default107 } from "./hooks/
|
|
109
|
-
import { default as default108 } from "./hooks/
|
|
110
|
-
import { default as default109 } from "./hooks/
|
|
111
|
-
import { default as default110 } from "./hooks/
|
|
112
|
-
import { default as default111 } from "./hooks/
|
|
113
|
-
import {
|
|
114
|
-
import { default as default113 } from "./hooks/
|
|
115
|
-
import { default as default114 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
116
|
-
import { default as default115 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
42
|
+
import { default as default41 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
|
|
43
|
+
import { default as default42 } from "./components/MediaViewer/MediaViewer.js";
|
|
44
|
+
import { default as default43 } from "./components/Modal/Modal.js";
|
|
45
|
+
import { default as default44 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
46
|
+
import { default as default45 } from "./components/PreventPropagation/PreventPropagation.js";
|
|
47
|
+
import { default as default46, Root } from "./components/PromotionCard/PromotionCard.js";
|
|
48
|
+
import { default as default47 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
49
|
+
import { default as default48 } from "./components/Radio/Radio.js";
|
|
50
|
+
import { default as default49 } from "./components/RadioCard/RadioCard.js";
|
|
51
|
+
import { default as default50 } from "./components/SearchBar/SearchBar.js";
|
|
52
|
+
import { default as default51 } from "./components/Button/SearchButton.js";
|
|
53
|
+
import { default as default52 } from "./components/SegmentedControl/SegmentedControl.js";
|
|
54
|
+
import { default as default53 } from "./components/Select/Select.js";
|
|
55
|
+
import { default as default54 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
56
|
+
import { default as default55 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
57
|
+
import { default as default56 } from "./modules/modals/ShareModal/ShareResources.js";
|
|
58
|
+
import { default as default57 } from "./components/Tree/components/SortableTree.js";
|
|
59
|
+
import { default as default58 } from "./components/StackedGroup/StackedGroup.js";
|
|
60
|
+
import { default as default59 } from "./components/Stepper/Stepper.js";
|
|
61
|
+
import { default as default60 } from "./components/Switch/Switch.js";
|
|
62
|
+
import { default as default61 } from "./components/Table/components/Table.js";
|
|
63
|
+
import { default as default62 } from "./components/TextArea/TextArea.js";
|
|
64
|
+
import { default as default63 } from "./components/Skeleton/TextSkeleton.js";
|
|
65
|
+
import { default as default64 } from "./components/Tooltip/Tooltip.js";
|
|
66
|
+
import { default as default65 } from "./components/Tree/components/Tree.js";
|
|
67
|
+
import { default as default66 } from "./components/TreeView/TreeView.js";
|
|
68
|
+
import { default as default67 } from "./modules/multimedia/UploadCard/UploadCard.js";
|
|
69
|
+
import { default as default68 } from "./modules/multimedia/UploadFiles/UploadFiles.js";
|
|
70
|
+
import { default as default69 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
|
|
71
|
+
import { default as default70 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
|
|
72
|
+
import { default as default71 } from "./components/VisuallyHidden/VisuallyHidden.js";
|
|
73
|
+
import { default as default72 } from "./modules/multimedia/Workspace/Workspace.js";
|
|
74
|
+
import { default as default73 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
|
|
75
|
+
import { default as default74 } from "./hooks/useBookmark/useBookmark.js";
|
|
76
|
+
import { default as default75 } from "./hooks/useBreakpoint/useBreakpoint.js";
|
|
77
|
+
import { default as default76 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
|
|
78
|
+
import { default as default77 } from "./hooks/useCantoo/useCantoo.js";
|
|
79
|
+
import { default as default78 } from "./hooks/useClickOutside/useClickOutside.js";
|
|
80
|
+
import { default as default79 } from "./hooks/useConversation/useConversation.js";
|
|
81
|
+
import { default as default80 } from "./hooks/useDate/useDate.js";
|
|
82
|
+
import { default as default81 } from "./hooks/useDebounce/useDebounce.js";
|
|
83
|
+
import { default as default82 } from "./hooks/useDirectory/useDirectory.js";
|
|
84
|
+
import { default as default83 } from "./hooks/useDropdown/useDropdown.js";
|
|
85
|
+
import { default as default84 } from "./hooks/useDropzone/useDropzone.js";
|
|
86
|
+
import { default as default85 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
|
|
87
|
+
import { default as default86 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
|
|
88
|
+
import { default as default87 } from "./hooks/useHover/useHover.js";
|
|
89
|
+
import { default as default88 } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
|
|
90
|
+
import { default as default89 } from "./hooks/useImage/useImage.js";
|
|
91
|
+
import { default as default90 } from "./hooks/useInfiniteScroll/useInfiniteScroll.js";
|
|
92
|
+
import { default as default91 } from "./hooks/useIsAdmc/useIsAdmc.js";
|
|
93
|
+
import { default as default92 } from "./hooks/useIsAdml/useIsAdml.js";
|
|
94
|
+
import { default as default93 } from "./hooks/useIsAdmlcOrAdmc/useIsAdmlcOrAdmc.js";
|
|
95
|
+
import { default as default94 } from "./hooks/useKeyPress/useKeyPress.js";
|
|
96
|
+
import { default as default95 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
|
|
97
|
+
import { default as default96 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
|
|
98
|
+
import { default as default97 } from "./hooks/useScrollToTop/useScrollToTop.js";
|
|
99
|
+
import { default as default98 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
100
|
+
import { default as default99 } from "./hooks/useTitle/useTitle.js";
|
|
101
|
+
import { default as default100 } from "./hooks/useToast/useToast.js";
|
|
102
|
+
import { default as default101 } from "./hooks/useToggle/useToggle.js";
|
|
103
|
+
import { default as default102 } from "./hooks/useTrapFocus/useTrapFocus.js";
|
|
104
|
+
import { default as default103 } from "./hooks/useTrashedResource/useTrashedResource.js";
|
|
105
|
+
import { default as default104 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
106
|
+
import { default as default105 } from "./hooks/useUpload/useUpload.js";
|
|
107
|
+
import { default as default106 } from "./hooks/useUploadFiles/useUploadFiles.js";
|
|
108
|
+
import { default as default107 } from "./hooks/useUser/useUser.js";
|
|
109
|
+
import { default as default108 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
|
|
110
|
+
import { default as default109 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
|
|
111
|
+
import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default110 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
|
|
112
|
+
import { default as default111 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
|
|
113
|
+
import { default as default112 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
114
|
+
import { default as default113 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
117
115
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
118
116
|
import { AntProvider } from "./providers/AntThemeProvider/AntProvider.js";
|
|
119
117
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
@@ -128,7 +126,6 @@ import { Layout } from "./components/Layout/Layout.js";
|
|
|
128
126
|
import { List } from "./components/List/List.js";
|
|
129
127
|
import { Menu } from "./components/Menu/components/Menu.js";
|
|
130
128
|
import { MockedProvider } from "./providers/MockedProvider/MockedProvider.js";
|
|
131
|
-
import { PageLayoutContext, usePageLayout } from "./components/PageLayout/PageLayoutContext.js";
|
|
132
129
|
import { Pagination } from "./components/Pagination/Pagination.js";
|
|
133
130
|
import { Popover, PopoverBody, PopoverFooter, PopoverHeader } from "./components/Popover/Popover.js";
|
|
134
131
|
import { ResourceModal } from "./modules/modals/ResourceModal/ResourceModal.js";
|
|
@@ -208,61 +205,58 @@ export {
|
|
|
208
205
|
default38 as Loading,
|
|
209
206
|
default39 as LoadingScreen,
|
|
210
207
|
default40 as Logo,
|
|
211
|
-
default41 as
|
|
212
|
-
default42 as
|
|
213
|
-
default43 as MediaViewer,
|
|
208
|
+
default41 as MediaLibrary,
|
|
209
|
+
default42 as MediaViewer,
|
|
214
210
|
Menu,
|
|
215
211
|
MockedProvider,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
default46 as PageLayout,
|
|
219
|
-
PageLayoutContext,
|
|
212
|
+
default43 as Modal,
|
|
213
|
+
default44 as OnboardingModal,
|
|
220
214
|
Pagination,
|
|
221
215
|
Popover,
|
|
222
216
|
PopoverBody,
|
|
223
217
|
PopoverFooter,
|
|
224
218
|
PopoverHeader,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
219
|
+
default45 as PreventPropagation,
|
|
220
|
+
default46 as PromotionCard,
|
|
221
|
+
default47 as PublishModal,
|
|
222
|
+
default48 as Radio,
|
|
223
|
+
default49 as RadioCard,
|
|
230
224
|
ResourceModal,
|
|
231
225
|
Root,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
226
|
+
default50 as SearchBar,
|
|
227
|
+
default51 as SearchButton,
|
|
228
|
+
default52 as SegmentedControl,
|
|
229
|
+
default53 as Select,
|
|
230
|
+
default54 as ShareBlog,
|
|
231
|
+
default55 as ShareModal,
|
|
232
|
+
default56 as ShareResources,
|
|
233
|
+
default57 as SortableTree,
|
|
234
|
+
default58 as StackedGroup,
|
|
235
|
+
default59 as Stepper,
|
|
236
|
+
default60 as Switch,
|
|
237
|
+
default61 as Table,
|
|
244
238
|
Tabs,
|
|
245
|
-
|
|
246
|
-
|
|
239
|
+
default62 as TextArea,
|
|
240
|
+
default63 as TextSkeleton,
|
|
247
241
|
Toolbar,
|
|
248
|
-
|
|
249
|
-
|
|
242
|
+
default64 as Tooltip,
|
|
243
|
+
default65 as Tree,
|
|
250
244
|
TreeNode,
|
|
251
245
|
TreeNodeFolderWrapper,
|
|
252
|
-
|
|
246
|
+
default66 as TreeView,
|
|
253
247
|
Upload,
|
|
254
|
-
|
|
255
|
-
|
|
248
|
+
default67 as UploadCard,
|
|
249
|
+
default68 as UploadFiles,
|
|
256
250
|
UserRightsList,
|
|
257
251
|
UserSearch,
|
|
258
|
-
|
|
259
|
-
|
|
252
|
+
default69 as VideoEmbed,
|
|
253
|
+
default70 as VideoRecorder,
|
|
260
254
|
VisibleType,
|
|
261
|
-
|
|
255
|
+
default71 as VisuallyHidden,
|
|
262
256
|
WORKSPACE_SHARED_FOLDER_ID,
|
|
263
257
|
WORKSPACE_USER_FOLDER_ID,
|
|
264
|
-
|
|
265
|
-
|
|
258
|
+
default72 as Workspace,
|
|
259
|
+
default73 as WorkspaceFolders,
|
|
266
260
|
addNode,
|
|
267
261
|
arrayUnique,
|
|
268
262
|
buildTree,
|
|
@@ -292,53 +286,52 @@ export {
|
|
|
292
286
|
setRef,
|
|
293
287
|
updateNode,
|
|
294
288
|
updateParentIds,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
289
|
+
default74 as useBookmark,
|
|
290
|
+
default75 as useBreakpoint,
|
|
291
|
+
default76 as useBrowserInfo,
|
|
292
|
+
default77 as useCantoo,
|
|
299
293
|
useCheckable,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
294
|
+
default78 as useClickOutside,
|
|
295
|
+
default79 as useConversation,
|
|
296
|
+
default80 as useDate,
|
|
297
|
+
default81 as useDebounce,
|
|
298
|
+
default82 as useDirectory,
|
|
299
|
+
default83 as useDropdown,
|
|
300
|
+
default84 as useDropzone,
|
|
307
301
|
useDropzoneContext,
|
|
308
302
|
useEdificeClient,
|
|
309
|
-
|
|
303
|
+
default85 as useEdificeIcons,
|
|
310
304
|
useEdificeTheme,
|
|
311
305
|
useFileToAttachment,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
default105 as useTrashedResource,
|
|
306
|
+
default86 as useHasWorkflow,
|
|
307
|
+
default87 as useHover,
|
|
308
|
+
default88 as useHttpErrorToast,
|
|
309
|
+
default89 as useImage,
|
|
310
|
+
default90 as useInfiniteScroll,
|
|
311
|
+
default91 as useIsAdmc,
|
|
312
|
+
default92 as useIsAdml,
|
|
313
|
+
default93 as useIsAdmlcOrAdmc,
|
|
314
|
+
default94 as useKeyPress,
|
|
315
|
+
default95 as useLibraryUrl,
|
|
316
|
+
default96 as useMediaLibrary,
|
|
317
|
+
default97 as useScrollToTop,
|
|
318
|
+
default98 as useShareMutation,
|
|
319
|
+
default99 as useTitle,
|
|
320
|
+
default100 as useToast,
|
|
321
|
+
default101 as useToggle,
|
|
322
|
+
default102 as useTrapFocus,
|
|
323
|
+
default103 as useTrashedResource,
|
|
331
324
|
useTreeSortable,
|
|
332
325
|
useTreeView,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
326
|
+
default104 as useUpdateMutation,
|
|
327
|
+
default105 as useUpload,
|
|
328
|
+
default106 as useUploadFiles,
|
|
329
|
+
default107 as useUser,
|
|
330
|
+
default108 as useWorkspaceFile,
|
|
331
|
+
default109 as useWorkspaceFolders,
|
|
332
|
+
default110 as useWorkspaceFoldersTree,
|
|
333
|
+
default111 as useWorkspaceSearch,
|
|
334
|
+
default112 as useXitiTrackPageLoad,
|
|
335
|
+
default113 as useZendeskGuide,
|
|
343
336
|
wrapTreeNode
|
|
344
337
|
};
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
export { default as IconCommunitiesBeta } from './IconCommunitiesBeta';
|
|
2
1
|
export { default as IconCommunities } from './IconCommunities';
|
|
3
2
|
export { default as IconCommunity } from './IconCommunity';
|
|
4
3
|
export { default as IconDisconnect } from './IconDisconnect';
|
|
5
|
-
export { default as IconHomeBeta } from './IconHomeBeta';
|
|
6
4
|
export { default as IconHome } from './IconHome';
|
|
7
|
-
export { default as IconMessagesBeta } from './IconMessagesBeta';
|
|
8
|
-
export { default as IconMyAppsBeta } from './IconMyAppsBeta';
|
|
9
5
|
export { default as IconMyApps } from './IconMyApps';
|
|
10
6
|
export { default as IconNeoAssistance } from './IconNeoAssistance';
|
|
11
7
|
export { default as IconNeoMessaging } from './IconNeoMessaging';
|
|
12
8
|
export { default as IconNewRelease } from './IconNewRelease';
|
|
13
|
-
export { default as IconNotificationBeta } from './IconNotificationBeta';
|
|
14
9
|
export { default as IconOneAssistance } from './IconOneAssistance';
|
|
15
10
|
export { default as IconOneMessaging } from './IconOneMessaging';
|
|
16
11
|
export { default as IconOneProfile } from './IconOneProfile';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as OnboardingModal } from './OnboardingModal';
|
|
2
|
-
export type {
|
|
2
|
+
export type { OnboardingModalRef } from './OnboardingModal';
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import { App } from '@edifice.io/client';
|
|
1
2
|
import { EdificeClientProviderProps } from './EdificeClientProvider.context';
|
|
3
|
+
export interface OdeProviderParams {
|
|
4
|
+
alternativeApp?: boolean;
|
|
5
|
+
app: App;
|
|
6
|
+
cdnDomain?: string | null;
|
|
7
|
+
version?: string | null;
|
|
8
|
+
}
|
|
2
9
|
export declare function EdificeClientProvider({ children, params, }: EdificeClientProviderProps): import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.19",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -65,10 +65,6 @@
|
|
|
65
65
|
"./widgets": {
|
|
66
66
|
"import": "./dist/widgets.js",
|
|
67
67
|
"types": "./dist/modules/widgets/index.d.ts"
|
|
68
|
-
},
|
|
69
|
-
"./homepage": {
|
|
70
|
-
"import": "./dist/homepage.js",
|
|
71
|
-
"types": "./dist/modules/homepage/index.d.ts"
|
|
72
68
|
}
|
|
73
69
|
},
|
|
74
70
|
"module": "dist/index.js",
|
|
@@ -137,9 +133,9 @@
|
|
|
137
133
|
"react-slugify": "3.0.3",
|
|
138
134
|
"swiper": "10.1.0",
|
|
139
135
|
"ua-parser-js": "1.0.36",
|
|
140
|
-
"@edifice.io/bootstrap": "2.5.
|
|
141
|
-
"@edifice.io/utilities": "2.5.
|
|
142
|
-
"@edifice.io/tiptap-extensions": "2.5.
|
|
136
|
+
"@edifice.io/bootstrap": "2.5.19",
|
|
137
|
+
"@edifice.io/utilities": "2.5.19",
|
|
138
|
+
"@edifice.io/tiptap-extensions": "2.5.19"
|
|
143
139
|
},
|
|
144
140
|
"devDependencies": {
|
|
145
141
|
"@babel/plugin-transform-react-pure-annotations": "7.27.1",
|
|
@@ -170,8 +166,8 @@
|
|
|
170
166
|
"vite": "5.4.14",
|
|
171
167
|
"vite-plugin-dts": "4.5.4",
|
|
172
168
|
"vite-tsconfig-paths": "5.1.4",
|
|
173
|
-
"@edifice.io/client": "2.5.
|
|
174
|
-
"@edifice.io/config": "2.5.
|
|
169
|
+
"@edifice.io/client": "2.5.19",
|
|
170
|
+
"@edifice.io/config": "2.5.19"
|
|
175
171
|
},
|
|
176
172
|
"peerDependencies": {
|
|
177
173
|
"@react-spring/web": "9.7.5",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import clsx from "clsx";
|
|
4
|
-
const LogoBeta = /* @__PURE__ */ forwardRef(({
|
|
5
|
-
src,
|
|
6
|
-
is1d,
|
|
7
|
-
translate = "Retour accueil"
|
|
8
|
-
}, ref) => {
|
|
9
|
-
const classes = clsx("navbar-brand");
|
|
10
|
-
return /* @__PURE__ */ jsx("a", { ref, className: classes, href: "/timeline/timeline", "aria-label": translate, children: /* @__PURE__ */ jsx("img", { className: "logo", src, alt: `logo ${is1d ? "ONE" : "NEO"}`, width: "300", height: "52" }) });
|
|
11
|
-
});
|
|
12
|
-
export {
|
|
13
|
-
LogoBeta as default
|
|
14
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
-
import { NoPaddingConfig, PageLayoutScrollMode, PageLayoutVariant } from './PageLayoutContext';
|
|
3
|
-
export interface PageLayoutProps extends ComponentPropsWithoutRef<'div'> {
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
/** Layout variant: "centered" (default) centers everything in a max-width container,
|
|
6
|
-
* "fullpage" extends sidebars to screen edges with centered content */
|
|
7
|
-
variant?: PageLayoutVariant;
|
|
8
|
-
/** Add a gap between sidebars and content */
|
|
9
|
-
withGap?: boolean;
|
|
10
|
-
/** Scroll mode: "columns" — each column scrolls independently (header not fixed),
|
|
11
|
-
* "page" — normal page scroll with sticky breadcrumb (header not fixed) */
|
|
12
|
-
scrollMode?: PageLayoutScrollMode;
|
|
13
|
-
/** Disable padding on specific columns */
|
|
14
|
-
noPadding?: NoPaddingConfig;
|
|
15
|
-
}
|
|
16
|
-
declare const PageLayout: {
|
|
17
|
-
({ children, variant, withGap, scrollMode, noPadding, className, ...props }: PageLayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
} & {
|
|
20
|
-
Header: {
|
|
21
|
-
({ children, className, ...props }: import('./components/PageLayoutHeader').PageLayoutHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
displayName: string;
|
|
23
|
-
};
|
|
24
|
-
Breadcrumb: {
|
|
25
|
-
({ children, className, ...props }: import('./components/PageLayoutBreadcrumb').PageLayoutBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
|
|
26
|
-
displayName: string;
|
|
27
|
-
};
|
|
28
|
-
SidebarLeft: {
|
|
29
|
-
({ children, className, ...props }: import('./components/PageLayoutSidebarLeft').PageLayoutSidebarLeftProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
-
displayName: string;
|
|
31
|
-
};
|
|
32
|
-
Content: {
|
|
33
|
-
({ children, className, ...props }: import('./components/PageLayoutContent').PageLayoutContentProps): import("react/jsx-runtime").JSX.Element;
|
|
34
|
-
displayName: string;
|
|
35
|
-
};
|
|
36
|
-
SidebarRight: {
|
|
37
|
-
({ children, className, ...props }: import('./components/PageLayoutSidebarRight').PageLayoutSidebarRightProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
-
displayName: string;
|
|
39
|
-
};
|
|
40
|
-
Overlay: {
|
|
41
|
-
({ children, open, onClose, backdrop, className, ...props }: import('./components/PageLayoutOverlay').PageLayoutOverlayProps): import("react/jsx-runtime").JSX.Element;
|
|
42
|
-
displayName: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export default PageLayout;
|