@edifice.io/react 2.5.9-develop.20260130161524 → 2.5.9-develop.20260202140207
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/Badge/Badge.d.ts +7 -1
- package/dist/components/Badge/Badge.js +13 -1
- package/dist/components/MediaViewer/MediaViewer.d.ts +17 -0
- package/dist/components/MediaViewer/MediaViewer.js +36 -0
- package/dist/components/MediaViewer/MediaWrapper.d.ts +7 -0
- package/dist/components/MediaViewer/MediaWrapper.js +72 -0
- package/dist/components/MediaViewer/PdfViewer.d.ts +4 -0
- package/dist/components/MediaViewer/PdfViewer.js +26 -0
- package/dist/components/MediaViewer/ToolbarViewer.d.ts +7 -0
- package/dist/components/MediaViewer/ToolbarViewer.js +41 -0
- package/dist/components/MediaViewer/ToolbarZoom.d.ts +4 -0
- package/dist/components/MediaViewer/ToolbarZoom.js +19 -0
- package/dist/components/MediaViewer/index.d.ts +2 -0
- package/dist/components/PromotionCard/PromotionCard.d.ts +74 -0
- package/dist/components/PromotionCard/PromotionCard.js +31 -0
- package/dist/components/PromotionCard/PromotionCardBody.d.ts +10 -0
- package/dist/components/PromotionCard/PromotionCardBody.js +15 -0
- package/dist/components/PromotionCard/PromotionCardDescription.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardDescription.js +12 -0
- package/dist/components/PromotionCard/PromotionCardFooter.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardFooter.js +12 -0
- package/dist/components/PromotionCard/PromotionCardHeader.d.ts +11 -0
- package/dist/components/PromotionCard/PromotionCardHeader.js +17 -0
- package/dist/components/PromotionCard/PromotionCardIcon.d.ts +10 -0
- package/dist/components/PromotionCard/PromotionCardIcon.js +15 -0
- package/dist/components/PromotionCard/PromotionCardTitle.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardTitle.js +12 -0
- package/dist/components/PromotionCard/index.d.ts +2 -0
- package/dist/components/SmartEllipsis/SmartEllipsis.d.ts +5 -0
- package/dist/components/SmartEllipsis/SmartEllipsis.js +21 -0
- package/dist/components/SmartEllipsis/index.d.ts +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +1 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.js +5 -0
- package/dist/hooks/useZoom/index.d.ts +1 -0
- package/dist/hooks/useZoom/useZoom.d.ts +7 -0
- package/dist/hooks/useZoom/useZoom.js +14 -0
- package/dist/icons.js +360 -354
- package/dist/index.js +145 -140
- package/dist/modules/icons/components/IconAiFill.d.ts +7 -0
- package/dist/modules/icons/components/IconAiFill.js +12 -0
- package/dist/modules/icons/components/IconExercizerAi.d.ts +7 -0
- package/dist/modules/icons/components/IconExercizerAi.js +14 -0
- package/dist/modules/icons/components/IconTeacher.d.ts +7 -0
- package/dist/modules/icons/components/IconTeacher.js +12 -0
- package/dist/modules/icons/components/index.d.ts +3 -0
- package/dist/modules/multimedia/FileCard/FileCard.js +1 -1
- package/package.json +7 -6
package/dist/index.js
CHANGED
|
@@ -39,76 +39,78 @@ import { default as default38 } from "./components/Loading/Loading.js";
|
|
|
39
39
|
import { default as default39 } from "./components/LoadingScreen/LoadingScreen.js";
|
|
40
40
|
import { default as default40 } from "./components/Logo/Logo.js";
|
|
41
41
|
import { default as default41 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
|
|
42
|
-
import { default as default42 } from "./components/
|
|
43
|
-
import { default as default43 } from "./
|
|
44
|
-
import { default as default44 } from "./
|
|
45
|
-
import { default as default45 } from "./
|
|
46
|
-
import { default as default46 } from "./components/
|
|
47
|
-
import { default as default47 } from "./
|
|
48
|
-
import { default as default48 } from "./components/
|
|
49
|
-
import { default as default49 } from "./components/
|
|
50
|
-
import { default as default50 } from "./components/
|
|
51
|
-
import { default as default51 } from "./components/
|
|
52
|
-
import { default as default52 } from "./
|
|
53
|
-
import { default as default53 } from "./
|
|
54
|
-
import { default as default54 } from "./modules/modals/ShareModal/
|
|
55
|
-
import { default as default55 } from "./
|
|
56
|
-
import { default as default56 } from "./
|
|
57
|
-
import { default as default57 } from "./components/
|
|
58
|
-
import { default as default58 } from "./components/
|
|
59
|
-
import { default as default59 } from "./components/
|
|
60
|
-
import { default as default60 } from "./components/
|
|
61
|
-
import { default as default61 } from "./components/
|
|
62
|
-
import { default as default62 } from "./components/
|
|
63
|
-
import { default as default63 } from "./components/
|
|
64
|
-
import { default as default64 } from "./components/
|
|
65
|
-
import { default as default65 } from "./
|
|
66
|
-
import { default as default66 } from "./
|
|
67
|
-
import { default as default67 } from "./modules/multimedia/
|
|
68
|
-
import { default as default68 } from "./modules/multimedia/
|
|
69
|
-
import { default as default69 } from "./
|
|
70
|
-
import { default as default70 } from "./modules/multimedia/
|
|
71
|
-
import { default as default71 } from "./
|
|
72
|
-
import { default as default72 } from "./
|
|
73
|
-
import { default as default73 } from "./
|
|
74
|
-
import { default as default74 } from "./hooks/
|
|
75
|
-
import { default as default75 } from "./hooks/
|
|
76
|
-
import { default as default76 } from "./hooks/
|
|
77
|
-
import { default as default77 } from "./hooks/
|
|
78
|
-
import { default as default78 } from "./hooks/
|
|
79
|
-
import { default as default79 } from "./hooks/
|
|
80
|
-
import { default as default80 } from "./hooks/
|
|
81
|
-
import { default as default81 } from "./hooks/
|
|
82
|
-
import { default as default82 } from "./hooks/
|
|
83
|
-
import { default as default83 } from "./hooks/
|
|
84
|
-
import { default as default84 } from "./hooks/
|
|
85
|
-
import { default as default85 } from "./hooks/
|
|
86
|
-
import { default as default86 } from "./hooks/
|
|
87
|
-
import { default as default87 } from "./hooks/
|
|
88
|
-
import { default as default88 } from "./hooks/
|
|
89
|
-
import { default as default89 } from "./hooks/
|
|
90
|
-
import { default as default90 } from "./hooks/
|
|
91
|
-
import { default as default91 } from "./hooks/
|
|
92
|
-
import { default as default92 } from "./hooks/
|
|
93
|
-
import { default as default93 } from "./hooks/
|
|
94
|
-
import { default as default94 } from "./hooks/
|
|
95
|
-
import { default as default95 } from "./hooks/
|
|
96
|
-
import { default as default96 } from "./
|
|
97
|
-
import { default as default97 } from "./hooks/
|
|
98
|
-
import { default as default98 } from "./hooks/
|
|
99
|
-
import { default as default99 } from "./hooks/
|
|
100
|
-
import { default as default100 } from "./hooks/
|
|
101
|
-
import { default as default101 } from "./hooks/
|
|
102
|
-
import { default as default102 } from "./
|
|
103
|
-
import { default as default103 } from "./hooks/
|
|
104
|
-
import { default as default104 } from "./hooks/
|
|
105
|
-
import { default as default105 } from "./hooks/
|
|
106
|
-
import { default as default106 } from "./hooks/
|
|
107
|
-
import { default as default107 } from "./hooks/
|
|
108
|
-
import {
|
|
109
|
-
import { default as default109 } from "./hooks/
|
|
110
|
-
import { default as default110 } from "./hooks/
|
|
111
|
-
import { default as default111 } from "./hooks/
|
|
42
|
+
import { default as default42 } from "./components/MediaViewer/MediaViewer.js";
|
|
43
|
+
import { default as default43 } from "./components/Modal/Modal.js";
|
|
44
|
+
import { default as default44 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
45
|
+
import { default as default45 } from "./components/PreventPropagation/PreventPropagation.js";
|
|
46
|
+
import { default as default46, Root } from "./components/PromotionCard/PromotionCard.js";
|
|
47
|
+
import { default as default47 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
48
|
+
import { default as default48 } from "./components/Radio/Radio.js";
|
|
49
|
+
import { default as default49 } from "./components/RadioCard/RadioCard.js";
|
|
50
|
+
import { default as default50 } from "./components/SearchBar/SearchBar.js";
|
|
51
|
+
import { default as default51 } from "./components/Button/SearchButton.js";
|
|
52
|
+
import { default as default52 } from "./components/SegmentedControl/SegmentedControl.js";
|
|
53
|
+
import { default as default53 } from "./components/Select/Select.js";
|
|
54
|
+
import { default as default54 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
55
|
+
import { default as default55 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
56
|
+
import { default as default56 } from "./modules/modals/ShareModal/ShareResources.js";
|
|
57
|
+
import { default as default57 } from "./components/Tree/components/SortableTree.js";
|
|
58
|
+
import { default as default58 } from "./components/StackedGroup/StackedGroup.js";
|
|
59
|
+
import { default as default59 } from "./components/Stepper/Stepper.js";
|
|
60
|
+
import { default as default60 } from "./components/Switch/Switch.js";
|
|
61
|
+
import { default as default61 } from "./components/Table/components/Table.js";
|
|
62
|
+
import { default as default62 } from "./components/TextArea/TextArea.js";
|
|
63
|
+
import { default as default63 } from "./components/Skeleton/TextSkeleton.js";
|
|
64
|
+
import { default as default64 } from "./components/Tooltip/Tooltip.js";
|
|
65
|
+
import { default as default65 } from "./components/Tree/components/Tree.js";
|
|
66
|
+
import { default as default66 } from "./components/TreeView/TreeView.js";
|
|
67
|
+
import { default as default67 } from "./modules/multimedia/UploadCard/UploadCard.js";
|
|
68
|
+
import { default as default68 } from "./modules/multimedia/UploadFiles/UploadFiles.js";
|
|
69
|
+
import { default as default69 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
|
|
70
|
+
import { default as default70 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
|
|
71
|
+
import { default as default71 } from "./components/VisuallyHidden/VisuallyHidden.js";
|
|
72
|
+
import { default as default72 } from "./modules/multimedia/Workspace/Workspace.js";
|
|
73
|
+
import { default as default73 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
|
|
74
|
+
import { default as default74 } from "./hooks/useBookmark/useBookmark.js";
|
|
75
|
+
import { default as default75 } from "./hooks/useBreakpoint/useBreakpoint.js";
|
|
76
|
+
import { default as default76 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
|
|
77
|
+
import { default as default77 } from "./hooks/useCantoo/useCantoo.js";
|
|
78
|
+
import { default as default78 } from "./hooks/useClickOutside/useClickOutside.js";
|
|
79
|
+
import { default as default79 } from "./hooks/useConversation/useConversation.js";
|
|
80
|
+
import { default as default80 } from "./hooks/useDate/useDate.js";
|
|
81
|
+
import { default as default81 } from "./hooks/useDebounce/useDebounce.js";
|
|
82
|
+
import { default as default82 } from "./hooks/useDirectory/useDirectory.js";
|
|
83
|
+
import { default as default83 } from "./hooks/useDropdown/useDropdown.js";
|
|
84
|
+
import { default as default84 } from "./hooks/useDropzone/useDropzone.js";
|
|
85
|
+
import { default as default85 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
|
|
86
|
+
import { default as default86 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
|
|
87
|
+
import { default as default87 } from "./hooks/useHover/useHover.js";
|
|
88
|
+
import { default as default88 } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
|
|
89
|
+
import { default as default89 } from "./hooks/useImage/useImage.js";
|
|
90
|
+
import { default as default90 } from "./hooks/useInfiniteScroll/useInfiniteScroll.js";
|
|
91
|
+
import { default as default91 } from "./hooks/useIsAdmc/useIsAdmc.js";
|
|
92
|
+
import { default as default92 } from "./hooks/useIsAdml/useIsAdml.js";
|
|
93
|
+
import { default as default93 } from "./hooks/useIsAdmlcOrAdmc/useIsAdmlcOrAdmc.js";
|
|
94
|
+
import { default as default94 } from "./hooks/useKeyPress/useKeyPress.js";
|
|
95
|
+
import { default as default95 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
|
|
96
|
+
import { default as default96 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
|
|
97
|
+
import { default as default97 } from "./hooks/useScrollToTop/useScrollToTop.js";
|
|
98
|
+
import { default as default98 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
99
|
+
import { default as default99 } from "./hooks/useTitle/useTitle.js";
|
|
100
|
+
import { default as default100 } from "./hooks/useToast/useToast.js";
|
|
101
|
+
import { default as default101 } from "./hooks/useToggle/useToggle.js";
|
|
102
|
+
import { default as default102 } from "./hooks/useTrapFocus/useTrapFocus.js";
|
|
103
|
+
import { default as default103 } from "./hooks/useTrashedResource/useTrashedResource.js";
|
|
104
|
+
import { default as default104 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
105
|
+
import { default as default105 } from "./hooks/useUpload/useUpload.js";
|
|
106
|
+
import { default as default106 } from "./hooks/useUploadFiles/useUploadFiles.js";
|
|
107
|
+
import { default as default107 } from "./hooks/useUser/useUser.js";
|
|
108
|
+
import { default as default108 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
|
|
109
|
+
import { default as default109 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
|
|
110
|
+
import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default110 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
|
|
111
|
+
import { default as default111 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
|
|
112
|
+
import { default as default112 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
113
|
+
import { default as default113 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
112
114
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
113
115
|
import { AntProvider } from "./providers/AntThemeProvider/AntProvider.js";
|
|
114
116
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
@@ -196,50 +198,53 @@ export {
|
|
|
196
198
|
default39 as LoadingScreen,
|
|
197
199
|
default40 as Logo,
|
|
198
200
|
default41 as MediaLibrary,
|
|
201
|
+
default42 as MediaViewer,
|
|
199
202
|
Menu,
|
|
200
203
|
MockedProvider,
|
|
201
|
-
|
|
202
|
-
|
|
204
|
+
default43 as Modal,
|
|
205
|
+
default44 as OnboardingModal,
|
|
203
206
|
Popover,
|
|
204
207
|
PopoverBody,
|
|
205
208
|
PopoverFooter,
|
|
206
209
|
PopoverHeader,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
default45 as PreventPropagation,
|
|
211
|
+
default46 as PromotionCard,
|
|
212
|
+
default47 as PublishModal,
|
|
213
|
+
default48 as Radio,
|
|
214
|
+
default49 as RadioCard,
|
|
211
215
|
ResourceModal,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
216
|
+
Root,
|
|
217
|
+
default50 as SearchBar,
|
|
218
|
+
default51 as SearchButton,
|
|
219
|
+
default52 as SegmentedControl,
|
|
220
|
+
default53 as Select,
|
|
221
|
+
default54 as ShareBlog,
|
|
222
|
+
default55 as ShareModal,
|
|
223
|
+
default56 as ShareResources,
|
|
224
|
+
default57 as SortableTree,
|
|
225
|
+
default58 as StackedGroup,
|
|
226
|
+
default59 as Stepper,
|
|
227
|
+
default60 as Switch,
|
|
228
|
+
default61 as Table,
|
|
224
229
|
Tabs,
|
|
225
|
-
|
|
226
|
-
|
|
230
|
+
default62 as TextArea,
|
|
231
|
+
default63 as TextSkeleton,
|
|
227
232
|
Toolbar,
|
|
228
|
-
|
|
229
|
-
|
|
233
|
+
default64 as Tooltip,
|
|
234
|
+
default65 as Tree,
|
|
230
235
|
TreeNode,
|
|
231
236
|
TreeNodeFolderWrapper,
|
|
232
|
-
|
|
237
|
+
default66 as TreeView,
|
|
233
238
|
Upload,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
+
default67 as UploadCard,
|
|
240
|
+
default68 as UploadFiles,
|
|
241
|
+
default69 as VideoEmbed,
|
|
242
|
+
default70 as VideoRecorder,
|
|
243
|
+
default71 as VisuallyHidden,
|
|
239
244
|
WORKSPACE_SHARED_FOLDER_ID,
|
|
240
245
|
WORKSPACE_USER_FOLDER_ID,
|
|
241
|
-
|
|
242
|
-
|
|
246
|
+
default72 as Workspace,
|
|
247
|
+
default73 as WorkspaceFolders,
|
|
243
248
|
addNode,
|
|
244
249
|
arrayUnique,
|
|
245
250
|
buildTree,
|
|
@@ -268,51 +273,51 @@ export {
|
|
|
268
273
|
setRef,
|
|
269
274
|
updateNode,
|
|
270
275
|
updateParentIds,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
276
|
+
default74 as useBookmark,
|
|
277
|
+
default75 as useBreakpoint,
|
|
278
|
+
default76 as useBrowserInfo,
|
|
279
|
+
default77 as useCantoo,
|
|
275
280
|
useCheckable,
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
default78 as useClickOutside,
|
|
282
|
+
default79 as useConversation,
|
|
283
|
+
default80 as useDate,
|
|
284
|
+
default81 as useDebounce,
|
|
285
|
+
default82 as useDirectory,
|
|
286
|
+
default83 as useDropdown,
|
|
287
|
+
default84 as useDropzone,
|
|
283
288
|
useDropzoneContext,
|
|
284
289
|
useEdificeClient,
|
|
285
|
-
|
|
290
|
+
default85 as useEdificeIcons,
|
|
286
291
|
useEdificeTheme,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
292
|
+
default86 as useHasWorkflow,
|
|
293
|
+
default87 as useHover,
|
|
294
|
+
default88 as useHttpErrorToast,
|
|
295
|
+
default89 as useImage,
|
|
296
|
+
default90 as useInfiniteScroll,
|
|
297
|
+
default91 as useIsAdmc,
|
|
298
|
+
default92 as useIsAdml,
|
|
299
|
+
default93 as useIsAdmlcOrAdmc,
|
|
300
|
+
default94 as useKeyPress,
|
|
301
|
+
default95 as useLibraryUrl,
|
|
302
|
+
default96 as useMediaLibrary,
|
|
303
|
+
default97 as useScrollToTop,
|
|
304
|
+
default98 as useShareMutation,
|
|
305
|
+
default99 as useTitle,
|
|
306
|
+
default100 as useToast,
|
|
307
|
+
default101 as useToggle,
|
|
308
|
+
default102 as useTrapFocus,
|
|
309
|
+
default103 as useTrashedResource,
|
|
305
310
|
useTreeSortable,
|
|
306
311
|
useTreeView,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
312
|
+
default104 as useUpdateMutation,
|
|
313
|
+
default105 as useUpload,
|
|
314
|
+
default106 as useUploadFiles,
|
|
315
|
+
default107 as useUser,
|
|
316
|
+
default108 as useWorkspaceFile,
|
|
317
|
+
default109 as useWorkspaceFolders,
|
|
318
|
+
default110 as useWorkspaceFoldersTree,
|
|
319
|
+
default111 as useWorkspaceSearch,
|
|
320
|
+
default112 as useXitiTrackPageLoad,
|
|
321
|
+
default113 as useZendeskGuide,
|
|
317
322
|
wrapTreeNode
|
|
318
323
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconAiFill: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconAiFill;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconAiFill = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m12.61 21.262.585-1.344a10.35 10.35 0 0 1 5.27-5.342l1.805-.802a1.258 1.258 0 0 0 0-2.283l-1.705-.76A10.38 10.38 0 0 1 13.22 5.21l-.601-1.448a1.201 1.201 0 0 0-2.237 0l-.601 1.45a10.37 10.37 0 0 1-5.346 5.52l-1.703.757a1.258 1.258 0 0 0 0 2.285l1.802.805a10.35 10.35 0 0 1 5.273 5.34l.584 1.343a1.201 1.201 0 0 0 2.218 0M19.35 7.767l.185-.424A3.27 3.27 0 0 1 21.2 5.656l.57-.254a.398.398 0 0 0 0-.72l-.539-.24a3.28 3.28 0 0 1-1.688-1.744l-.19-.457a.38.38 0 0 0-.706 0l-.19.458a3.28 3.28 0 0 1-1.688 1.743l-.538.239a.398.398 0 0 0 0 .721l.57.254c.746.335 1.34.936 1.665 1.687l.184.424a.38.38 0 0 0 .7 0" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconAiFill as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconExercizerAi: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconExercizerAi;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconExercizerAi = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.5 5a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-8a1 1 0 1 1 2 0v8a2.5 2.5 0 0 1-2.5 2.5h-12A2.5 2.5 0 0 1 4 20.5v-15A2.5 2.5 0 0 1 6.5 3h5a1 1 0 1 1 0 2z", clipRule: "evenodd" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 9a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1M8 13a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1M8 17a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m18.584 10.611.308-.707a5.45 5.45 0 0 1 2.774-2.811l.95-.422a.662.662 0 0 0 0-1.202l-.898-.4a5.46 5.46 0 0 1-2.812-2.906l-.317-.762a.631.631 0 0 0-1.177 0l-.316.763a5.46 5.46 0 0 1-2.814 2.905l-.896.399a.662.662 0 0 0 0 1.203l.948.423a5.45 5.45 0 0 1 2.775 2.81l.308.707a.633.633 0 0 0 1.167 0" })
|
|
11
|
+
] });
|
|
12
|
+
export {
|
|
13
|
+
SvgIconExercizerAi as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconTeacher: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconTeacher;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconTeacher = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M2 17.944V10q0-.89.653-1.5.653-.611 1.541-.556A14.6 14.6 0 0 1 12 11.722a14.6 14.6 0 0 1 7.806-3.778 1.99 1.99 0 0 1 1.541.556Q22 9.11 22 10v7.944q0 .89-.583 1.514-.584.626-1.473.68a17 17 0 0 0-3.444.918q-1.666.638-3.111 1.694a2.2 2.2 0 0 1-.653.375 2.2 2.2 0 0 1-.736.125q-.39 0-.736-.125a2.2 2.2 0 0 1-.653-.375Q9.167 21.695 7.5 21.056a17 17 0 0 0-3.444-.917q-.89-.056-1.473-.68A2.14 2.14 0 0 1 2 17.943M12 21a16 16 0 0 1 3.722-2.083 16.3 16.3 0 0 1 4.056-1.028v-7.667q-2.027.361-3.986 1.459-1.959 1.097-3.792 2.93-1.833-1.833-3.792-2.93t-3.986-1.459v7.667q2.084.25 4.056 1.028A16 16 0 0 1 12 21m0-12.111q-1.834 0-3.139-1.306-1.305-1.305-1.305-3.139T8.86 1.306Q10.166 0 12 0q1.833 0 3.139 1.306 1.305 1.305 1.305 3.138 0 1.834-1.305 3.14Q13.834 8.888 12 8.888m0-2.222a2.14 2.14 0 0 0 1.57-.653 2.14 2.14 0 0 0 .652-1.57 2.14 2.14 0 0 0-.653-1.569A2.14 2.14 0 0 0 12 2.222a2.14 2.14 0 0 0-1.57.653 2.14 2.14 0 0 0-.652 1.57q0 .916.653 1.569A2.14 2.14 0 0 0 12 6.667" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconTeacher as default
|
|
12
|
+
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as IconAddUser } from './IconAddUser';
|
|
2
2
|
export { default as IconAdd } from './IconAdd';
|
|
3
3
|
export { default as IconAdjustSettings } from './IconAdjustSettings';
|
|
4
|
+
export { default as IconAiFill } from './IconAiFill';
|
|
4
5
|
export { default as IconAlertCircle } from './IconAlertCircle';
|
|
5
6
|
export { default as IconAlertTriangle } from './IconAlertTriangle';
|
|
6
7
|
export { default as IconAlignCenter } from './IconAlignCenter';
|
|
@@ -44,6 +45,7 @@ export { default as IconDepositeInbox } from './IconDepositeInbox';
|
|
|
44
45
|
export { default as IconDownload } from './IconDownload';
|
|
45
46
|
export { default as IconEdit } from './IconEdit';
|
|
46
47
|
export { default as IconError } from './IconError';
|
|
48
|
+
export { default as IconExercizerAi } from './IconExercizerAi';
|
|
47
49
|
export { default as IconExternalLink } from './IconExternalLink';
|
|
48
50
|
export { default as IconFiles } from './IconFiles';
|
|
49
51
|
export { default as IconFilter } from './IconFilter';
|
|
@@ -144,6 +146,7 @@ export { default as IconSuccessFill } from './IconSuccessFill';
|
|
|
144
146
|
export { default as IconSuccessOutline } from './IconSuccessOutline';
|
|
145
147
|
export { default as IconSuperscript } from './IconSuperscript';
|
|
146
148
|
export { default as IconTable } from './IconTable';
|
|
149
|
+
export { default as IconTeacher } from './IconTeacher';
|
|
147
150
|
export { default as IconTextBold } from './IconTextBold';
|
|
148
151
|
export { default as IconTextColor } from './IconTextColor';
|
|
149
152
|
export { default as IconTextHighlight } from './IconTextHighlight';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.5.9-develop.
|
|
3
|
+
"version": "2.5.9-develop.20260202140207",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -134,9 +134,10 @@
|
|
|
134
134
|
"react-slugify": "^3.0.3",
|
|
135
135
|
"swiper": "^10.1.0",
|
|
136
136
|
"ua-parser-js": "^1.0.36",
|
|
137
|
-
"
|
|
138
|
-
"@edifice.io/
|
|
139
|
-
"@edifice.io/tiptap-extensions": "2.5.9-develop.
|
|
137
|
+
"react-pdf": "10.2.0",
|
|
138
|
+
"@edifice.io/bootstrap": "2.5.9-develop.20260202140207",
|
|
139
|
+
"@edifice.io/tiptap-extensions": "2.5.9-develop.20260202140207",
|
|
140
|
+
"@edifice.io/utilities": "2.5.9-develop.20260202140207"
|
|
140
141
|
},
|
|
141
142
|
"devDependencies": {
|
|
142
143
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -167,8 +168,8 @@
|
|
|
167
168
|
"vite": "^5.4.11",
|
|
168
169
|
"vite-plugin-dts": "^4.1.0",
|
|
169
170
|
"vite-tsconfig-paths": "^5.0.1",
|
|
170
|
-
"@edifice.io/client": "2.5.9-develop.
|
|
171
|
-
"@edifice.io/config": "2.5.9-develop.
|
|
171
|
+
"@edifice.io/client": "2.5.9-develop.20260202140207",
|
|
172
|
+
"@edifice.io/config": "2.5.9-develop.20260202140207"
|
|
172
173
|
},
|
|
173
174
|
"peerDependencies": {
|
|
174
175
|
"@react-spring/web": "^9.7.5",
|