@edifice.io/react 2.1.0-develop-enabling.0 → 2.1.0-develop-b2school.20250204153130

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 (93) hide show
  1. package/README.md +3 -3
  2. package/dist/components/AppIcon/AppIcon.js +2 -2
  3. package/dist/components/Attachment/Attachment.js +1 -1
  4. package/dist/components/Button/Button.js +1 -1
  5. package/dist/components/Dropdown/DropdownTrigger.js +5 -1
  6. package/dist/components/Form/FormContext.js +1 -1
  7. package/dist/components/Form/FormControl.js +1 -1
  8. package/dist/components/Layout/components/Header.js +5 -4
  9. package/dist/components/Layout/components/WidgetApps.js +1 -1
  10. package/dist/{hooks/useHeader → components/Layout/hooks}/useHeader.js +6 -6
  11. package/dist/components/List/List.d.ts +9 -1
  12. package/dist/components/List/List.js +9 -9
  13. package/dist/components/Modal/Modal.js +1 -1
  14. package/dist/components/SearchBar/SearchBar.d.ts +1 -1
  15. package/dist/components/SearchBar/SearchBar.js +3 -1
  16. package/dist/components/Tree/components/SortableTree.js +3 -2
  17. package/dist/components/Tree/types/index.d.ts +1 -0
  18. package/dist/components/Tree/utilities/tree.d.ts +2 -1
  19. package/dist/hooks/index.d.ts +1 -5
  20. package/dist/hooks/useCheckable/useCheckable.js +1 -1
  21. package/dist/hooks/useConf/useConf.d.ts +2 -2
  22. package/dist/hooks/useConversation/useConversation.d.ts +1 -1
  23. package/dist/hooks/useConversation/useConversation.js +13 -17
  24. package/dist/hooks/useDropdown/useDropdown.js +1 -1
  25. package/dist/hooks/useDropzone/useDropzone.js +1 -1
  26. package/dist/hooks/useHasWorkflow/useHasWorkflow.js +3 -11
  27. package/dist/hooks/useHttpErrorToast/index.d.ts +1 -0
  28. package/dist/hooks/useHttpErrorToast/useHttpErrorToast.d.ts +3 -0
  29. package/dist/hooks/useHttpErrorToast/useHttpErrorToast.js +21 -0
  30. package/dist/hooks/useSession/useSession.d.ts +2 -1
  31. package/dist/hooks/useTrapFocus/useTrapFocus.d.ts +1 -1
  32. package/dist/hooks/useTrapFocus/useTrapFocus.js +3 -2
  33. package/dist/hooks/useUploadFiles/useUploadFiles.js +1 -1
  34. package/dist/hooks/useWorkspaceSearch/useWorkspaceSearch.js +3 -11
  35. package/dist/icons-apps.js +220 -218
  36. package/dist/icons.js +116 -112
  37. package/dist/index.js +138 -144
  38. package/dist/modules/audience/ReactionChoice.d.ts +13 -0
  39. package/dist/modules/audience/ReactionModal.Card.js +4 -4
  40. package/dist/modules/audience/ReactionModal.d.ts +24 -6
  41. package/dist/modules/audience/ReactionModal.js +12 -9
  42. package/dist/modules/audience/ReactionSummary.d.ts +9 -0
  43. package/dist/modules/audience/ViewsCounter.d.ts +10 -0
  44. package/dist/modules/audience/ViewsModal.d.ts +13 -1
  45. package/dist/modules/audience/ViewsModal.js +22 -19
  46. package/dist/modules/comments/components/Comment.js +10 -7
  47. package/dist/modules/comments/components/CommentAvatar.js +1 -1
  48. package/dist/modules/comments/components/DeleteModal.d.ts +7 -0
  49. package/dist/modules/comments/components/DeleteModal.js +19 -0
  50. package/dist/modules/comments/context/Context.d.ts +2 -0
  51. package/dist/modules/comments/hooks/useComments.d.ts +5 -2
  52. package/dist/modules/comments/hooks/useComments.js +1 -1
  53. package/dist/modules/comments/hooks/useCommentsContext.d.ts +1 -0
  54. package/dist/modules/comments/hooks/useProfileQueries.d.ts +4 -1
  55. package/dist/modules/comments/provider/CommentProvider.js +3 -2
  56. package/dist/modules/comments/types.d.ts +5 -1
  57. package/dist/modules/editor/components/Editor/Editor.js +2 -2
  58. package/dist/modules/editor/components/{Editor → MathsModal}/MathsModal.d.ts +1 -1
  59. package/dist/modules/editor/components/{Editor → MathsModal}/MathsModal.js +2 -3
  60. package/dist/modules/editor/components/MathsModal/index.d.ts +1 -0
  61. package/dist/modules/editor/components/Renderer/AttachmentRenderer.js +12 -7
  62. package/dist/modules/editor/components/Renderer/AudioRenderer.js +4 -1
  63. package/dist/modules/editor/components/Renderer/LinkerRenderer.js +1 -1
  64. package/dist/modules/editor/components/Renderer/MediaRenderer.js +10 -2
  65. package/dist/modules/editor/hooks/useCommentEditor.d.ts +1 -1
  66. package/dist/modules/editor/hooks/useSpeechRecognition.js +2 -0
  67. package/dist/modules/editor/hooks/useSpeechSynthetisis.js +2 -0
  68. package/dist/modules/editor/hooks/useTipTapEditor.d.ts +1 -1
  69. package/dist/modules/editor/hooks/useTipTapEditor.js +4 -4
  70. package/dist/modules/icons/components/IconReadMail.d.ts +7 -0
  71. package/dist/modules/icons/components/IconReadMail.js +16 -0
  72. package/dist/modules/icons/components/IconUnreadMail.d.ts +7 -0
  73. package/dist/modules/icons/components/IconUnreadMail.js +16 -0
  74. package/dist/modules/icons/components/apps/IconAppointments.d.ts +7 -0
  75. package/dist/modules/icons/components/apps/IconAppointments.js +12 -0
  76. package/dist/modules/icons/components/apps/index.d.ts +1 -0
  77. package/dist/modules/icons/components/index.d.ts +2 -0
  78. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +5 -1
  79. package/dist/modules/multimedia/UploadCard/UploadCard.js +2 -2
  80. package/dist/modules/multimedia/index.d.ts +2 -0
  81. package/dist/multimedia.js +10 -6
  82. package/dist/providers/MockedProvider/MockedProvider.d.ts +4 -0
  83. package/dist/providers/MockedProvider/MockedProvider.js +20 -0
  84. package/dist/providers/index.d.ts +1 -0
  85. package/package.json +57 -54
  86. package/dist/hooks/useAvatar/index.d.ts +0 -1
  87. package/dist/hooks/useAvatar/useAvatar.d.ts +0 -6
  88. package/dist/hooks/useAvatar/useAvatar.js +0 -30
  89. package/dist/hooks/useHeader/index.d.ts +0 -1
  90. package/dist/hooks/useHeader/useHeader.d.ts +0 -5
  91. package/dist/providers/MockedDataProvider/MockedDataProvider.d.ts +0 -28
  92. package/dist/providers/MockedDataProvider/MockedDataProvider.js +0 -9
  93. package/dist/providers/MockedDataProvider/index.d.ts +0 -1
package/dist/icons.js CHANGED
@@ -91,62 +91,64 @@ import { default as default91 } from "./modules/icons/components/IconRafterLeft.
91
91
  import { default as default92 } from "./modules/icons/components/IconRafterRight.js";
92
92
  import { default as default93 } from "./modules/icons/components/IconRafterUp.js";
93
93
  import { default as default94 } from "./modules/icons/components/IconReaction.js";
94
- import { default as default95 } from "./modules/icons/components/IconRecordPause.js";
95
- import { default as default96 } from "./modules/icons/components/IconRecordStop.js";
96
- import { default as default97 } from "./modules/icons/components/IconRecordVideo.js";
97
- import { default as default98 } from "./modules/icons/components/IconRecord.js";
98
- import { default as default99 } from "./modules/icons/components/IconRedo.js";
99
- import { default as default100 } from "./modules/icons/components/IconRefresh.js";
100
- import { default as default101 } from "./modules/icons/components/IconReset.js";
101
- import { default as default102 } from "./modules/icons/components/IconRestart.js";
102
- import { default as default103 } from "./modules/icons/components/IconRestore.js";
103
- import { default as default104 } from "./modules/icons/components/IconSave.js";
104
- import { default as default105 } from "./modules/icons/components/IconSearch.js";
105
- import { default as default106 } from "./modules/icons/components/IconSee.js";
106
- import { default as default107 } from "./modules/icons/components/IconSend.js";
107
- import { default as default108 } from "./modules/icons/components/IconSetBackground.js";
108
- import { default as default109 } from "./modules/icons/components/IconSettings.js";
109
- import { default as default110 } from "./modules/icons/components/IconShare.js";
110
- import { default as default111 } from "./modules/icons/components/IconSmartphone.js";
111
- import { default as default112 } from "./modules/icons/components/IconSmiley.js";
112
- import { default as default113 } from "./modules/icons/components/IconSortAscendingLetters.js";
113
- import { default as default114 } from "./modules/icons/components/IconSortDescendingLetters.js";
114
- import { default as default115 } from "./modules/icons/components/IconSortDescending.js";
115
- import { default as default116 } from "./modules/icons/components/IconSortTime.js";
116
- import { default as default117 } from "./modules/icons/components/IconSpeechToText.js";
117
- import { default as default118 } from "./modules/icons/components/IconSplitCells.js";
118
- import { default as default119 } from "./modules/icons/components/IconSquareRoot.js";
119
- import { default as default120 } from "./modules/icons/components/IconSubscript.js";
120
- import { default as default121 } from "./modules/icons/components/IconSuccessFill.js";
121
- import { default as default122 } from "./modules/icons/components/IconSuccessOutline.js";
122
- import { default as default123 } from "./modules/icons/components/IconSuperscript.js";
123
- import { default as default124 } from "./modules/icons/components/IconTable.js";
124
- import { default as default125 } from "./modules/icons/components/IconTextBold.js";
125
- import { default as default126 } from "./modules/icons/components/IconTextColor.js";
126
- import { default as default127 } from "./modules/icons/components/IconTextHighlight.js";
127
- import { default as default128 } from "./modules/icons/components/IconTextItalic.js";
128
- import { default as default129 } from "./modules/icons/components/IconTextPage.js";
129
- import { default as default130 } from "./modules/icons/components/IconTextSize.js";
130
- import { default as default131 } from "./modules/icons/components/IconTextToSpeech.js";
131
- import { default as default132 } from "./modules/icons/components/IconTextTypo.js";
132
- import { default as default133 } from "./modules/icons/components/IconTextUnderline.js";
133
- import { default as default134 } from "./modules/icons/components/IconTextVanilla.js";
134
- import { default as default135 } from "./modules/icons/components/IconTool.js";
135
- import { default as default136 } from "./modules/icons/components/IconTrendingUp.js";
136
- import { default as default137 } from "./modules/icons/components/IconUndo.js";
137
- import { default as default138 } from "./modules/icons/components/IconUnlink.js";
138
- import { default as default139 } from "./modules/icons/components/IconUnlock.js";
139
- import { default as default140 } from "./modules/icons/components/IconUpload.js";
140
- import { default as default141 } from "./modules/icons/components/IconUserSearch.js";
141
- import { default as default142 } from "./modules/icons/components/IconUser.js";
142
- import { default as default143 } from "./modules/icons/components/IconUsers.js";
143
- import { default as default144 } from "./modules/icons/components/IconVideo.js";
144
- import { default as default145 } from "./modules/icons/components/IconViewCalendar.js";
145
- import { default as default146 } from "./modules/icons/components/IconViewList.js";
146
- import { default as default147 } from "./modules/icons/components/IconWand.js";
147
- import { default as default148 } from "./modules/icons/components/IconWrite.js";
148
- import { default as default149 } from "./modules/icons/components/IconZoomIn.js";
149
- import { default as default150 } from "./modules/icons/components/IconZoomOut.js";
94
+ import { default as default95 } from "./modules/icons/components/IconReadMail.js";
95
+ import { default as default96 } from "./modules/icons/components/IconRecordPause.js";
96
+ import { default as default97 } from "./modules/icons/components/IconRecordStop.js";
97
+ import { default as default98 } from "./modules/icons/components/IconRecordVideo.js";
98
+ import { default as default99 } from "./modules/icons/components/IconRecord.js";
99
+ import { default as default100 } from "./modules/icons/components/IconRedo.js";
100
+ import { default as default101 } from "./modules/icons/components/IconRefresh.js";
101
+ import { default as default102 } from "./modules/icons/components/IconReset.js";
102
+ import { default as default103 } from "./modules/icons/components/IconRestart.js";
103
+ import { default as default104 } from "./modules/icons/components/IconRestore.js";
104
+ import { default as default105 } from "./modules/icons/components/IconSave.js";
105
+ import { default as default106 } from "./modules/icons/components/IconSearch.js";
106
+ import { default as default107 } from "./modules/icons/components/IconSee.js";
107
+ import { default as default108 } from "./modules/icons/components/IconSend.js";
108
+ import { default as default109 } from "./modules/icons/components/IconSetBackground.js";
109
+ import { default as default110 } from "./modules/icons/components/IconSettings.js";
110
+ import { default as default111 } from "./modules/icons/components/IconShare.js";
111
+ import { default as default112 } from "./modules/icons/components/IconSmartphone.js";
112
+ import { default as default113 } from "./modules/icons/components/IconSmiley.js";
113
+ import { default as default114 } from "./modules/icons/components/IconSortAscendingLetters.js";
114
+ import { default as default115 } from "./modules/icons/components/IconSortDescendingLetters.js";
115
+ import { default as default116 } from "./modules/icons/components/IconSortDescending.js";
116
+ import { default as default117 } from "./modules/icons/components/IconSortTime.js";
117
+ import { default as default118 } from "./modules/icons/components/IconSpeechToText.js";
118
+ import { default as default119 } from "./modules/icons/components/IconSplitCells.js";
119
+ import { default as default120 } from "./modules/icons/components/IconSquareRoot.js";
120
+ import { default as default121 } from "./modules/icons/components/IconSubscript.js";
121
+ import { default as default122 } from "./modules/icons/components/IconSuccessFill.js";
122
+ import { default as default123 } from "./modules/icons/components/IconSuccessOutline.js";
123
+ import { default as default124 } from "./modules/icons/components/IconSuperscript.js";
124
+ import { default as default125 } from "./modules/icons/components/IconTable.js";
125
+ import { default as default126 } from "./modules/icons/components/IconTextBold.js";
126
+ import { default as default127 } from "./modules/icons/components/IconTextColor.js";
127
+ import { default as default128 } from "./modules/icons/components/IconTextHighlight.js";
128
+ import { default as default129 } from "./modules/icons/components/IconTextItalic.js";
129
+ import { default as default130 } from "./modules/icons/components/IconTextPage.js";
130
+ import { default as default131 } from "./modules/icons/components/IconTextSize.js";
131
+ import { default as default132 } from "./modules/icons/components/IconTextToSpeech.js";
132
+ import { default as default133 } from "./modules/icons/components/IconTextTypo.js";
133
+ import { default as default134 } from "./modules/icons/components/IconTextUnderline.js";
134
+ import { default as default135 } from "./modules/icons/components/IconTextVanilla.js";
135
+ import { default as default136 } from "./modules/icons/components/IconTool.js";
136
+ import { default as default137 } from "./modules/icons/components/IconTrendingUp.js";
137
+ import { default as default138 } from "./modules/icons/components/IconUndo.js";
138
+ import { default as default139 } from "./modules/icons/components/IconUnlink.js";
139
+ import { default as default140 } from "./modules/icons/components/IconUnlock.js";
140
+ import { default as default141 } from "./modules/icons/components/IconUnreadMail.js";
141
+ import { default as default142 } from "./modules/icons/components/IconUpload.js";
142
+ import { default as default143 } from "./modules/icons/components/IconUserSearch.js";
143
+ import { default as default144 } from "./modules/icons/components/IconUser.js";
144
+ import { default as default145 } from "./modules/icons/components/IconUsers.js";
145
+ import { default as default146 } from "./modules/icons/components/IconVideo.js";
146
+ import { default as default147 } from "./modules/icons/components/IconViewCalendar.js";
147
+ import { default as default148 } from "./modules/icons/components/IconViewList.js";
148
+ import { default as default149 } from "./modules/icons/components/IconWand.js";
149
+ import { default as default150 } from "./modules/icons/components/IconWrite.js";
150
+ import { default as default151 } from "./modules/icons/components/IconZoomIn.js";
151
+ import { default as default152 } from "./modules/icons/components/IconZoomOut.js";
150
152
  export {
151
153
  default3 as IconAdd,
152
154
  default2 as IconAddUser,
@@ -241,60 +243,62 @@ export {
241
243
  default92 as IconRafterRight,
242
244
  default93 as IconRafterUp,
243
245
  default94 as IconReaction,
244
- default98 as IconRecord,
245
- default95 as IconRecordPause,
246
- default96 as IconRecordStop,
247
- default97 as IconRecordVideo,
248
- default99 as IconRedo,
249
- default100 as IconRefresh,
250
- default101 as IconReset,
251
- default102 as IconRestart,
252
- default103 as IconRestore,
253
- default104 as IconSave,
254
- default105 as IconSearch,
255
- default106 as IconSee,
256
- default107 as IconSend,
257
- default108 as IconSetBackground,
258
- default109 as IconSettings,
259
- default110 as IconShare,
260
- default111 as IconSmartphone,
261
- default112 as IconSmiley,
262
- default113 as IconSortAscendingLetters,
263
- default115 as IconSortDescending,
264
- default114 as IconSortDescendingLetters,
265
- default116 as IconSortTime,
266
- default117 as IconSpeechToText,
267
- default118 as IconSplitCells,
268
- default119 as IconSquareRoot,
269
- default120 as IconSubscript,
270
- default121 as IconSuccessFill,
271
- default122 as IconSuccessOutline,
272
- default123 as IconSuperscript,
273
- default124 as IconTable,
274
- default125 as IconTextBold,
275
- default126 as IconTextColor,
276
- default127 as IconTextHighlight,
277
- default128 as IconTextItalic,
278
- default129 as IconTextPage,
279
- default130 as IconTextSize,
280
- default131 as IconTextToSpeech,
281
- default132 as IconTextTypo,
282
- default133 as IconTextUnderline,
283
- default134 as IconTextVanilla,
284
- default135 as IconTool,
285
- default136 as IconTrendingUp,
286
- default137 as IconUndo,
287
- default138 as IconUnlink,
288
- default139 as IconUnlock,
289
- default140 as IconUpload,
290
- default142 as IconUser,
291
- default141 as IconUserSearch,
292
- default143 as IconUsers,
293
- default144 as IconVideo,
294
- default145 as IconViewCalendar,
295
- default146 as IconViewList,
296
- default147 as IconWand,
297
- default148 as IconWrite,
298
- default149 as IconZoomIn,
299
- default150 as IconZoomOut
246
+ default95 as IconReadMail,
247
+ default99 as IconRecord,
248
+ default96 as IconRecordPause,
249
+ default97 as IconRecordStop,
250
+ default98 as IconRecordVideo,
251
+ default100 as IconRedo,
252
+ default101 as IconRefresh,
253
+ default102 as IconReset,
254
+ default103 as IconRestart,
255
+ default104 as IconRestore,
256
+ default105 as IconSave,
257
+ default106 as IconSearch,
258
+ default107 as IconSee,
259
+ default108 as IconSend,
260
+ default109 as IconSetBackground,
261
+ default110 as IconSettings,
262
+ default111 as IconShare,
263
+ default112 as IconSmartphone,
264
+ default113 as IconSmiley,
265
+ default114 as IconSortAscendingLetters,
266
+ default116 as IconSortDescending,
267
+ default115 as IconSortDescendingLetters,
268
+ default117 as IconSortTime,
269
+ default118 as IconSpeechToText,
270
+ default119 as IconSplitCells,
271
+ default120 as IconSquareRoot,
272
+ default121 as IconSubscript,
273
+ default122 as IconSuccessFill,
274
+ default123 as IconSuccessOutline,
275
+ default124 as IconSuperscript,
276
+ default125 as IconTable,
277
+ default126 as IconTextBold,
278
+ default127 as IconTextColor,
279
+ default128 as IconTextHighlight,
280
+ default129 as IconTextItalic,
281
+ default130 as IconTextPage,
282
+ default131 as IconTextSize,
283
+ default132 as IconTextToSpeech,
284
+ default133 as IconTextTypo,
285
+ default134 as IconTextUnderline,
286
+ default135 as IconTextVanilla,
287
+ default136 as IconTool,
288
+ default137 as IconTrendingUp,
289
+ default138 as IconUndo,
290
+ default139 as IconUnlink,
291
+ default140 as IconUnlock,
292
+ default141 as IconUnreadMail,
293
+ default142 as IconUpload,
294
+ default144 as IconUser,
295
+ default143 as IconUserSearch,
296
+ default145 as IconUsers,
297
+ default146 as IconVideo,
298
+ default147 as IconViewCalendar,
299
+ default148 as IconViewList,
300
+ default149 as IconWand,
301
+ default150 as IconWrite,
302
+ default151 as IconZoomIn,
303
+ default152 as IconZoomOut
300
304
  };
package/dist/index.js CHANGED
@@ -1,179 +1,177 @@
1
1
  import { default as default2 } from "./components/ActionBar/ActionBar.js";
2
- import { default as default3 } from "./components/AppHeader/AppHeader.js";
3
- import { default as default4 } from "./components/AppIcon/AppIcon.js";
4
- import { default as default5 } from "./components/Attachment/Attachment.js";
5
- import { default as default6 } from "./components/Badge/Badge.js";
6
- import { default as default7 } from "./components/Breadcrumb/Breadcrumb.js";
7
- import { default as default8 } from "./components/Button/IconButton.js";
8
- import { default as default9 } from "./components/Button/SearchButton.js";
9
- import { default as default10 } from "./components/Card/Card.js";
10
- import { default as default11 } from "./components/ColorPicker/ColorPicker.js";
11
- import { default as default12 } from "./components/ColorPicker/ColorPickerItem.js";
12
- import { default as default13 } from "./components/Dropdown/Dropdown.js";
13
- import { default as default14 } from "./components/Dropzone/Dropzone.js";
14
- import { default as default15 } from "./components/EmptyScreen/EmptyScreen.js";
15
- import { default as default16 } from "./components/Form/FormText.js";
16
- import { default as default17 } from "./components/Image/Image.js";
17
- import { default as default18 } from "./components/Loading/Loading.js";
18
- import { default as default19 } from "./components/Logo/Logo.js";
19
- import { default as default20 } from "./components/SearchBar/SearchBar.js";
20
- import { default as default21 } from "./components/Select/Select.js";
21
- import { default as default22 } from "./components/Table/components/Table.js";
2
+ import { default as default3 } from "./components/Alert/Alert.js";
3
+ import { default as default4 } from "./components/AppHeader/AppHeader.js";
4
+ import { default as default5 } from "./components/AppIcon/AppIcon.js";
5
+ import { default as default6 } from "./components/Attachment/Attachment.js";
6
+ import { default as default7 } from "./components/Badge/Badge.js";
7
+ import { default as default8 } from "./components/Breadcrumb/Breadcrumb.js";
8
+ import { default as default9 } from "./components/Button/IconButton.js";
9
+ import { default as default10 } from "./components/Button/SearchButton.js";
10
+ import { default as default11 } from "./components/Card/Card.js";
11
+ import { default as default12 } from "./components/ColorPicker/ColorPicker.js";
12
+ import { default as default13 } from "./components/ColorPicker/ColorPickerItem.js";
13
+ import { default as default14 } from "./components/Dropdown/Dropdown.js";
14
+ import { default as default15 } from "./components/Dropzone/Dropzone.js";
15
+ import { default as default16 } from "./components/EmptyScreen/EmptyScreen.js";
16
+ import { default as default17 } from "./components/Form/FormText.js";
17
+ import { default as default18 } from "./components/Image/Image.js";
18
+ import { default as default19 } from "./components/Loading/Loading.js";
19
+ import { default as default20 } from "./components/Logo/Logo.js";
20
+ import { default as default21 } from "./components/SearchBar/SearchBar.js";
21
+ import { default as default22 } from "./components/Select/Select.js";
22
+ import { default as default23 } from "./components/Table/components/Table.js";
22
23
  import { DndTree } from "./components/Tree/components/DndTree.js";
23
- import { default as default23 } from "./components/Tree/components/SortableTree.js";
24
- import { default as default24 } from "./components/Tree/components/Tree.js";
25
- import { default as default25 } from "./components/TreeView/TreeView.js";
26
- import { default as default26 } from "./hooks/useAvatar/useAvatar.js";
24
+ import { default as default24 } from "./components/Tree/components/SortableTree.js";
25
+ import { default as default25 } from "./components/Tree/components/Tree.js";
26
+ import { default as default26 } from "./components/TreeView/TreeView.js";
27
27
  import { default as default27 } from "./hooks/useBookmark/useBookmark.js";
28
28
  import { default as default28 } from "./hooks/useBreakpoint/useBreakpoint.js";
29
29
  import { default as default29 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
30
30
  import { default as default30 } from "./hooks/useCantoo/useCantoo.js";
31
31
  import { default as default31 } from "./hooks/useClickOutside/useClickOutside.js";
32
- import { default as default32 } from "./hooks/useConf/useConf.js";
33
- import { default as default33 } from "./hooks/useConversation/useConversation.js";
34
- import { default as default34 } from "./hooks/useDate/useDate.js";
35
- import { default as default35 } from "./hooks/useDebounce/useDebounce.js";
36
- import { default as default36 } from "./hooks/useDirectory/useDirectory.js";
37
- import { default as default37 } from "./hooks/useDropdown/useDropdown.js";
38
- import { default as default38 } from "./hooks/useDropzone/useDropzone.js";
39
- import { default as default39 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
40
- import { default as default40 } from "./hooks/useHeader/useHeader.js";
32
+ import { default as default32 } from "./hooks/useConversation/useConversation.js";
33
+ import { default as default33 } from "./hooks/useDate/useDate.js";
34
+ import { default as default34 } from "./hooks/useDebounce/useDebounce.js";
35
+ import { default as default35 } from "./hooks/useDirectory/useDirectory.js";
36
+ import { default as default36 } from "./hooks/useDropdown/useDropdown.js";
37
+ import { default as default37 } from "./hooks/useDropzone/useDropzone.js";
38
+ import { default as default38 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
39
+ import { default as default39 } from "./hooks/useHover/useHover.js";
40
+ import { default as default40 } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
41
41
  import { default as default41 } from "./hooks/useImage/useImage.js";
42
42
  import { default as default42 } from "./hooks/useIsAdml/useIsAdml.js";
43
43
  import { default as default43 } from "./hooks/useKeyPress/useKeyPress.js";
44
44
  import { default as default44 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
45
45
  import { default as default45 } from "./hooks/useScrollToTop/useScrollToTop.js";
46
- import { default as default46 } from "./hooks/useSession/useSession.js";
47
- import { default as default47 } from "./hooks/useTitle/useTitle.js";
48
- import { default as default48 } from "./hooks/useToggle/useToggle.js";
49
- import { default as default49 } from "./hooks/useTrapFocus/useTrapFocus.js";
50
- import { default as default50 } from "./hooks/useTrashedResource/useTrashedResource.js";
51
- import { default as default51 } from "./hooks/useUpload/useUpload.js";
52
- import { default as default52 } from "./hooks/useUploadFiles/useUploadFiles.js";
53
- import { default as default53 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
54
- import { default as default54 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
55
- import { default as default55 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
56
- import { default as default56 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
57
- import { default as default57 } from "./components/Alert/Alert.js";
58
- import { default as default58 } from "./components/Avatar/Avatar.js";
59
- import { default as default59 } from "./components/Button/Button.js";
60
- import { default as default60 } from "./components/Checkbox/Checkbox.js";
46
+ import { default as default46 } from "./hooks/useTitle/useTitle.js";
47
+ import { default as default47 } from "./hooks/useToggle/useToggle.js";
48
+ import { default as default48 } from "./hooks/useTrapFocus/useTrapFocus.js";
49
+ import { default as default49 } from "./hooks/useTrashedResource/useTrashedResource.js";
50
+ import { default as default50 } from "./hooks/useUpload/useUpload.js";
51
+ import { default as default51 } from "./hooks/useUploadFiles/useUploadFiles.js";
52
+ import { default as default52 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
53
+ import { default as default53 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
54
+ import { default as default54 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
55
+ import { default as default55 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
56
+ import { default as default56 } from "./components/Avatar/Avatar.js";
57
+ import { default as default57 } from "./components/Button/Button.js";
58
+ import { default as default58 } from "./components/Checkbox/Checkbox.js";
61
59
  import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
62
- import { default as default61 } from "./components/Combobox/Combobox.js";
60
+ import { default as default59 } from "./components/Combobox/Combobox.js";
63
61
  import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
64
- import { default as default62 } from "./components/Form/FormControl.js";
62
+ import { default as default60 } from "./components/Form/FormControl.js";
65
63
  import { Column, Grid } from "./components/Grid/Grid.js";
66
- import { default as default63 } from "./components/Heading/Heading.js";
67
- import { default as default64 } from "./components/Input/Input.js";
68
- import { default as default65 } from "./components/Label/Label.js";
64
+ import { default as default61 } from "./components/Heading/Heading.js";
65
+ import { default as default62 } from "./components/Input/Input.js";
66
+ import { default as default63 } from "./components/Label/Label.js";
69
67
  import { Layout } from "./components/Layout/Layout.js";
70
68
  import { List } from "./components/List/List.js";
71
- import { default as default66 } from "./components/LoadingScreen/LoadingScreen.js";
69
+ import { default as default64 } from "./components/LoadingScreen/LoadingScreen.js";
72
70
  import { Menu } from "./components/Menu/components/Menu.js";
73
- import { default as default67 } from "./components/Modal/Modal.js";
71
+ import { default as default65 } from "./components/Modal/Modal.js";
74
72
  import { Popover, PopoverBody, PopoverFooter, PopoverHeader } from "./components/Popover/Popover.js";
75
- import { default as default68 } from "./components/Radio/Radio.js";
73
+ import { default as default66 } from "./components/Radio/Radio.js";
76
74
  import { Tabs } from "./components/Tabs/components/Tabs.js";
77
- import { default as default69 } from "./components/TextArea/TextArea.js";
75
+ import { default as default67 } from "./components/TextArea/TextArea.js";
78
76
  import { Toolbar } from "./components/Toolbar/Toolbar.js";
79
- import { default as default70 } from "./components/Tooltip/Tooltip.js";
77
+ import { default as default68 } from "./components/Tooltip/Tooltip.js";
80
78
  import { useTreeSortable } from "./components/Tree/hooks/useTreeSortable.js";
81
79
  import { buildTree, determineNewParentId, findItemIndexInTree, flattenNodes, flattenTree, generateUpdateData, getActiveAndOverNodes, getDragDepth, getIndicesToUpdate, getProjection, updateParentIds } from "./components/Tree/utilities/tree-sortable.js";
82
80
  import { useTreeView } from "./components/TreeView/hooks/useTreeView.js";
83
81
  import { TreeNode } from "./components/TreeView/TreeNode.js";
84
82
  import { TreeNodeFolderWrapper, addNode, arrayUnique, deleteNode, findNodeById, findParentNode, findPathById, findTreeNode, getAncestors, hasChildren, modifyNode, moveNode, updateNode, wrapTreeNode } from "./components/TreeView/utilities/treeview.js";
85
- import { default as default71 } from "./components/VisuallyHidden/VisuallyHidden.js";
83
+ import { default as default69 } from "./components/VisuallyHidden/VisuallyHidden.js";
86
84
  import { useCheckable } from "./hooks/useCheckable/useCheckable.js";
87
- import { default as default72 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
88
- import { default as default73 } from "./hooks/useHover/useHover.js";
89
- import { default as default74 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
90
- import { useResourceSearch } from "./hooks/useResourceSearch/useResourceSearch.js";
91
- import { default as default75 } from "./hooks/useToast/useToast.js";
92
- import { default as default76 } from "./hooks/useUser/useUser.js";
93
- import { default as default77 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
94
- import { default as default78 } from "./modules/modals/PublishModal/PublishModal.js";
95
- import { default as default79 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
96
- import { default as default80 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
85
+ import { default as default70 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
86
+ import { default as default71 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
87
+ import { default as default72 } from "./hooks/useToast/useToast.js";
88
+ import { default as default73 } from "./hooks/useUser/useUser.js";
89
+ import { default as default74 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
90
+ import { default as default75 } from "./modules/modals/PublishModal/PublishModal.js";
91
+ import { default as default76 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
92
+ import { default as default77 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
97
93
  import { ResourceModal } from "./modules/modals/ResourceModal/ResourceModal.js";
98
- import { default as default81 } from "./modules/modals/ShareModal/ShareModal.js";
99
- import { default as default82 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
100
- import { default as default83 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
94
+ import { default as default78 } from "./modules/modals/ShareModal/ShareModal.js";
95
+ import { default as default79 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
96
+ import { default as default80 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
101
97
  import { EdificeClientProvider } from "./providers/EdificeClientProvider/EdificeClientProvider.js";
102
98
  import { EdificeClientContext } from "./providers/EdificeClientProvider/EdificeClientProvider.context.js";
103
99
  import { useEdificeClient } from "./providers/EdificeClientProvider/EdificeClientProvider.hook.js";
104
100
  import { EdificeThemeProvider } from "./providers/EdificeThemeProvider/EdificeThemeProvider.js";
105
101
  import { EdificeThemeContext } from "./providers/EdificeThemeProvider/EdificeThemeProvider.context.js";
106
102
  import { useEdificeTheme } from "./providers/EdificeThemeProvider/EdificeThemeProvider.hook.js";
103
+ import { MockedProvider } from "./providers/MockedProvider/MockedProvider.js";
107
104
  import { checkUserRight } from "./utilities/check-user-rights/check-user-rights.js";
108
105
  import { emptyScreenMapping } from "./utilities/emptyscreen-mapping/emptyscreen-mapping.js";
109
106
  import { mergeRefs, setRef } from "./utilities/refs/ref.js";
110
107
  export {
111
108
  AccessiblePalette,
112
109
  default2 as ActionBar,
113
- default57 as Alert,
114
- default3 as AppHeader,
115
- default4 as AppIcon,
116
- default5 as Attachment,
117
- default58 as Avatar,
118
- default6 as Badge,
119
- default79 as BlogPublic,
120
- default7 as Breadcrumb,
121
- default59 as Button,
122
- default10 as Card,
123
- default60 as Checkbox,
124
- default11 as ColorPicker,
125
- default12 as ColorPickerItem,
110
+ default3 as Alert,
111
+ default4 as AppHeader,
112
+ default5 as AppIcon,
113
+ default6 as Attachment,
114
+ default56 as Avatar,
115
+ default7 as Badge,
116
+ default76 as BlogPublic,
117
+ default8 as Breadcrumb,
118
+ default57 as Button,
119
+ default11 as Card,
120
+ default58 as Checkbox,
121
+ default12 as ColorPicker,
122
+ default13 as ColorPickerItem,
126
123
  Column,
127
- default61 as Combobox,
124
+ default59 as Combobox,
128
125
  DefaultPalette,
129
126
  DndTree,
130
- default13 as Dropdown,
131
- default14 as Dropzone,
127
+ default14 as Dropdown,
128
+ default15 as Dropzone,
132
129
  DropzoneContext,
133
130
  EdificeClientContext,
134
131
  EdificeClientProvider,
135
132
  EdificeThemeContext,
136
133
  EdificeThemeProvider,
137
- default15 as EmptyScreen,
138
- default62 as FormControl,
139
- default16 as FormText,
134
+ default16 as EmptyScreen,
135
+ default60 as FormControl,
136
+ default17 as FormText,
140
137
  Grid,
141
- default63 as Heading,
142
- default8 as IconButton,
143
- default17 as Image,
144
- default64 as Input,
145
- default65 as Label,
138
+ default61 as Heading,
139
+ default9 as IconButton,
140
+ default18 as Image,
141
+ default62 as Input,
142
+ default63 as Label,
146
143
  Layout,
147
144
  List,
148
- default18 as Loading,
149
- default66 as LoadingScreen,
150
- default19 as Logo,
145
+ default19 as Loading,
146
+ default64 as LoadingScreen,
147
+ default20 as Logo,
151
148
  Menu,
152
- default67 as Modal,
153
- default77 as OnboardingModal,
149
+ MockedProvider,
150
+ default65 as Modal,
151
+ default74 as OnboardingModal,
154
152
  Popover,
155
153
  PopoverBody,
156
154
  PopoverFooter,
157
155
  PopoverHeader,
158
- default78 as PublishModal,
159
- default68 as Radio,
156
+ default75 as PublishModal,
157
+ default66 as Radio,
160
158
  ResourceModal,
161
- default20 as SearchBar,
162
- default9 as SearchButton,
163
- default21 as Select,
164
- default82 as ShareBlog,
165
- default81 as ShareModal,
166
- default23 as SortableTree,
167
- default22 as Table,
159
+ default21 as SearchBar,
160
+ default10 as SearchButton,
161
+ default22 as Select,
162
+ default79 as ShareBlog,
163
+ default78 as ShareModal,
164
+ default24 as SortableTree,
165
+ default23 as Table,
168
166
  Tabs,
169
- default69 as TextArea,
167
+ default67 as TextArea,
170
168
  Toolbar,
171
- default70 as Tooltip,
172
- default24 as Tree,
169
+ default68 as Tooltip,
170
+ default25 as Tree,
173
171
  TreeNode,
174
172
  TreeNodeFolderWrapper,
175
- default25 as TreeView,
176
- default71 as VisuallyHidden,
173
+ default26 as TreeView,
174
+ default69 as VisuallyHidden,
177
175
  addNode,
178
176
  arrayUnique,
179
177
  buildTree,
@@ -201,50 +199,46 @@ export {
201
199
  setRef,
202
200
  updateNode,
203
201
  updateParentIds,
204
- default26 as useAvatar,
205
202
  default27 as useBookmark,
206
203
  default28 as useBreakpoint,
207
204
  default29 as useBrowserInfo,
208
205
  default30 as useCantoo,
209
206
  useCheckable,
210
207
  default31 as useClickOutside,
211
- default32 as useConf,
212
- default33 as useConversation,
213
- default34 as useDate,
214
- default35 as useDebounce,
215
- default36 as useDirectory,
216
- default37 as useDropdown,
217
- default38 as useDropzone,
208
+ default32 as useConversation,
209
+ default33 as useDate,
210
+ default34 as useDebounce,
211
+ default35 as useDirectory,
212
+ default36 as useDropdown,
213
+ default37 as useDropzone,
218
214
  useDropzoneContext,
219
215
  useEdificeClient,
220
- default39 as useEdificeIcons,
216
+ default38 as useEdificeIcons,
221
217
  useEdificeTheme,
222
- default72 as useHasWorkflow,
223
- default40 as useHeader,
224
- default73 as useHover,
218
+ default70 as useHasWorkflow,
219
+ default39 as useHover,
220
+ default40 as useHttpErrorToast,
225
221
  default41 as useImage,
226
222
  default42 as useIsAdml,
227
223
  default43 as useKeyPress,
228
224
  default44 as useLibraryUrl,
229
- default74 as useMediaLibrary,
230
- useResourceSearch,
225
+ default71 as useMediaLibrary,
231
226
  default45 as useScrollToTop,
232
- default46 as useSession,
233
- default83 as useShareMutation,
234
- default47 as useTitle,
235
- default75 as useToast,
236
- default48 as useToggle,
237
- default49 as useTrapFocus,
238
- default50 as useTrashedResource,
227
+ default80 as useShareMutation,
228
+ default46 as useTitle,
229
+ default72 as useToast,
230
+ default47 as useToggle,
231
+ default48 as useTrapFocus,
232
+ default49 as useTrashedResource,
239
233
  useTreeSortable,
240
234
  useTreeView,
241
- default80 as useUpdateMutation,
242
- default51 as useUpload,
243
- default52 as useUploadFiles,
244
- default76 as useUser,
245
- default53 as useWorkspaceFile,
246
- default54 as useWorkspaceSearch,
247
- default55 as useXitiTrackPageLoad,
248
- default56 as useZendeskGuide,
235
+ default77 as useUpdateMutation,
236
+ default50 as useUpload,
237
+ default51 as useUploadFiles,
238
+ default73 as useUser,
239
+ default52 as useWorkspaceFile,
240
+ default53 as useWorkspaceSearch,
241
+ default54 as useXitiTrackPageLoad,
242
+ default55 as useZendeskGuide,
249
243
  wrapTreeNode
250
244
  };