@edifice.io/react 2.0.0-develop-rc.13 → 2.0.0-develop-rc.15
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/README.md +3 -3
- package/dist/audience.js +16 -0
- package/dist/comments.js +4 -0
- package/dist/components/ActionBar/ActionBar.d.ts +0 -1
- package/dist/components/ActionBar/ActionBar.js +2 -2
- package/dist/components/Alert/Alert.d.ts +3 -3
- package/dist/components/Alert/Alert.js +10 -7
- package/dist/components/AppHeader/AppHeader.d.ts +1 -1
- package/dist/components/AppHeader/AppHeader.js +2 -2
- package/dist/components/AppIcon/AppIcon.d.ts +11 -11
- package/dist/components/AppIcon/AppIcon.js +7 -5
- package/dist/components/AppIcon/index.d.ts +1 -1
- package/dist/components/Attachment/Attachment.d.ts +1 -1
- package/dist/components/Attachment/Attachment.js +8 -5
- package/dist/components/Avatar/Avatar.d.ts +3 -4
- package/dist/components/Avatar/Avatar.js +3 -3
- package/dist/components/Badge/Badge.d.ts +20 -18
- package/dist/components/Badge/Badge.js +5 -18
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/components/Breadcrumb/Breadcrumb.js +4 -4
- package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/components/Breadcrumb/BreadcrumbNav.d.ts +2 -2
- package/dist/components/Breadcrumb/BreadcrumbNav.js +2 -2
- package/dist/components/Breadcrumb/index.d.ts +1 -0
- package/dist/components/Button/Button.d.ts +5 -5
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/IconButton.d.ts +1 -1
- package/dist/components/Button/IconButton.js +2 -2
- package/dist/components/Button/SearchButton.d.ts +1 -1
- package/dist/components/Button/SearchButton.js +4 -4
- package/dist/components/Card/Card.d.ts +11 -7
- package/dist/components/Card/Card.js +6 -4
- package/dist/components/Card/CardBody.d.ts +2 -2
- package/dist/components/Card/CardContext.d.ts +2 -2
- package/dist/components/Card/CardHeader.js +7 -4
- package/dist/components/Card/CardImage.d.ts +2 -2
- package/dist/components/Card/CardImage.js +1 -1
- package/dist/components/Card/CardText.d.ts +1 -1
- package/dist/components/Card/CardTitle.d.ts +1 -1
- package/dist/components/Card/CardUser.js +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.js +2 -2
- package/dist/components/ColorPicker/ColorPalette.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +8 -7
- package/dist/components/ColorPicker/ColorPickerItem.js +4 -4
- package/dist/components/Combobox/Combobox.js +1 -2
- package/dist/components/Combobox/ComboboxTrigger.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.js +3 -3
- package/dist/components/Dropdown/DropdownContext.d.ts +1 -1
- package/dist/components/Dropdown/DropdownItem.d.ts +1 -1
- package/dist/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/dist/components/Dropdown/DropdownTrigger.d.ts +3 -4
- package/dist/components/Dropdown/DropdownTrigger.js +3 -3
- package/dist/components/Dropzone/Dropzone.d.ts +26 -2
- package/dist/components/Dropzone/Dropzone.js +3 -4
- package/dist/components/Dropzone/DropzoneContext.d.ts +0 -1
- package/dist/components/Dropzone/DropzoneFile.d.ts +2 -1
- package/dist/components/Dropzone/DropzoneFile.js +5 -7
- package/dist/components/Dropzone/DropzoneImport.js +3 -3
- package/dist/components/Dropzone/index.d.ts +2 -1
- package/dist/components/EmptyScreen/EmptyScreen.d.ts +5 -1
- package/dist/components/EmptyScreen/EmptyScreen.js +4 -3
- package/dist/components/Form/FormContext.d.ts +1 -1
- package/dist/components/Form/FormControl.d.ts +4 -4
- package/dist/components/Form/FormControl.js +2 -2
- package/dist/components/Form/FormText.js +2 -2
- package/dist/components/Grid/Grid.d.ts +1 -1
- package/dist/components/Heading/Heading.d.ts +1 -1
- package/dist/components/Heading/Heading.js +2 -2
- package/dist/components/Image/Image.d.ts +3 -4
- package/dist/components/Image/Image.js +3 -3
- package/dist/components/Input/Input.d.ts +2 -2
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Label/Label.d.ts +2 -2
- package/dist/components/Label/Label.js +2 -2
- package/dist/components/Layout/Layout.d.ts +12 -0
- package/dist/components/Layout/Layout.js +44 -0
- package/dist/components/Layout/components/Header.js +189 -0
- package/dist/components/Layout/components/Help.js +25 -0
- package/dist/components/Layout/components/Main.d.ts +16 -0
- package/dist/components/Layout/components/NavItem.d.ts +6 -0
- package/dist/components/Layout/components/NavLink.js +19 -0
- package/dist/components/Layout/components/NavbarNav.d.ts +6 -0
- package/dist/components/Layout/components/SearchEngine.js +33 -0
- package/dist/components/Layout/components/WidgetApps.d.ts +9 -0
- package/dist/components/Layout/components/WidgetApps.js +23 -0
- package/dist/components/Layout/hooks/index.d.ts +2 -0
- package/dist/components/Layout/hooks/useHeader.d.ts +5 -0
- package/dist/components/Layout/hooks/useHelp.d.ts +9 -0
- package/dist/components/Layout/hooks/useHelp.js +85 -0
- package/dist/components/List/List.d.ts +23 -0
- package/dist/components/List/List.js +50 -0
- package/dist/components/List/index.d.ts +1 -0
- package/dist/components/Loading/Loading.d.ts +1 -1
- package/dist/components/Loading/Loading.js +4 -4
- package/dist/components/LoadingScreen/LoadingScreen.d.ts +0 -1
- package/dist/components/LoadingScreen/LoadingScreen.js +3 -3
- package/dist/components/Logo/Logo.d.ts +0 -1
- package/dist/components/Logo/Logo.js +2 -2
- package/dist/components/Menu/components/Menu.js +27 -0
- package/dist/components/Menu/components/MenuButton.d.ts +5 -0
- package/dist/components/Menu/components/MenuButton.js +21 -0
- package/dist/components/Menu/hooks/useMenu.d.ts +9 -0
- package/dist/components/Menu/hooks/useMenu.js +50 -0
- package/dist/components/Menu/index.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +1 -5
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/ModalContext.d.ts +0 -1
- package/dist/components/Modal/ModalHeader.js +2 -2
- package/dist/components/Radio/Radio.js +2 -2
- package/dist/components/SearchBar/SearchBar.d.ts +1 -1
- package/dist/components/SearchBar/SearchBar.js +5 -5
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/SelectTrigger.d.ts +1 -1
- package/dist/components/Table/components/Table.d.ts +30 -0
- package/dist/components/Table/components/Table.js +19 -0
- package/dist/components/Table/components/TableTbody.d.ts +6 -0
- package/dist/components/Table/components/TableTbody.js +11 -0
- package/dist/components/Table/components/TableTd.d.ts +4 -0
- package/dist/components/Table/components/TableTd.js +11 -0
- package/dist/components/Table/components/TableTh.d.ts +4 -0
- package/dist/components/Table/components/TableTh.js +11 -0
- package/dist/components/Table/components/TableThead.d.ts +4 -0
- package/dist/components/Table/components/TableThead.js +11 -0
- package/dist/components/Table/components/TableTr.d.ts +4 -0
- package/dist/components/Table/components/TableTr.js +11 -0
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/Tabs/components/Tabs.d.ts +42 -0
- package/dist/components/Tabs/components/Tabs.js +45 -0
- package/dist/components/Tabs/components/TabsItem.js +26 -0
- package/dist/components/Tabs/components/TabsList.d.ts +6 -0
- package/dist/components/Tabs/components/TabsList.js +24 -0
- package/dist/components/Tabs/components/TabsPanel.js +14 -0
- package/dist/components/Tabs/context/TabsContext.d.ts +12 -0
- package/dist/components/Tabs/hooks/useTabs.d.ts +15 -0
- package/dist/components/Tabs/hooks/useTabs.js +61 -0
- package/dist/components/Tabs/index.d.ts +2 -3
- package/dist/components/TextArea/TextArea.d.ts +2 -2
- package/dist/components/TextArea/TextArea.js +2 -2
- package/dist/components/Toolbar/Toolbar.d.ts +18 -18
- package/dist/components/Toolbar/Toolbar.js +4 -3
- package/dist/components/Toolbar/index.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +4 -4
- package/dist/components/Tooltip/Tooltip.js +5 -4
- package/dist/components/Tree/components/DndTree.d.ts +3 -0
- package/dist/components/Tree/components/DndTree.js +61 -0
- package/dist/components/Tree/components/SortableTree.d.ts +9 -0
- package/dist/components/Tree/components/SortableTree.js +143 -0
- package/dist/components/Tree/components/Tree.d.ts +7 -0
- package/dist/components/Tree/components/Tree.js +86 -0
- package/dist/components/Tree/hooks/useTree.d.ts +31 -0
- package/dist/components/Tree/hooks/useTree.js +87 -0
- package/dist/components/Tree/hooks/useTreeSortable.d.ts +38 -0
- package/dist/components/Tree/hooks/useTreeSortable.js +202 -0
- package/dist/components/Tree/index.d.ts +6 -0
- package/dist/components/Tree/types/index.d.ts +170 -0
- package/dist/components/Tree/utilities/tree-sortable.d.ts +29 -0
- package/dist/components/Tree/utilities/tree-sortable.js +144 -0
- package/dist/components/Tree/utilities/tree.d.ts +34 -0
- package/dist/components/Tree/utilities/tree.js +44 -0
- package/dist/components/TreeView/TreeNode.d.ts +37 -11
- package/dist/components/TreeView/TreeNode.js +69 -0
- package/dist/components/TreeView/TreeView.d.ts +28 -12
- package/dist/components/TreeView/TreeView.js +30 -32
- package/dist/components/TreeView/hooks/useTreeView.d.ts +33 -0
- package/dist/components/TreeView/hooks/useTreeView.js +105 -0
- package/dist/components/TreeView/index.d.ts +2 -1
- package/dist/components/TreeView/utilities/index.d.ts +1 -0
- package/dist/components/TreeView/utilities/treeview.d.ts +35 -0
- package/dist/components/TreeView/utilities/treeview.js +53 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js +2 -2
- package/dist/components/index.d.ts +3 -4
- package/dist/editor.js +58 -0
- package/dist/hooks/index.d.ts +28 -2
- package/dist/hooks/useAvatar/useAvatar.d.ts +6 -0
- package/dist/hooks/useAvatar/useAvatar.js +30 -0
- package/dist/hooks/useBookmark/useBookmark.d.ts +2 -0
- package/dist/hooks/useBookmark/useBookmark.js +14 -0
- package/dist/hooks/useBreakpoint/index.d.ts +1 -0
- package/dist/hooks/useBreakpoint/useBreakpoint.d.ts +20 -0
- package/dist/hooks/useBreakpoint/useBreakpoint.js +14 -0
- package/dist/hooks/useCantoo/useCantoo.js +18 -0
- package/dist/hooks/useCheckable/index.d.ts +1 -0
- package/dist/hooks/useCheckable/useCheckable.d.ts +9 -0
- package/dist/hooks/useCheckable/useCheckable.js +21 -0
- package/dist/hooks/useClickOutside/useClickOutside.d.ts +0 -1
- package/dist/hooks/useConf/useConf.d.ts +4 -0
- package/dist/hooks/useConf/useConf.js +13 -0
- package/dist/hooks/useConversation/useConversation.js +43 -0
- package/dist/hooks/useDate/useDate.d.ts +14 -0
- package/dist/hooks/useDate/useDate.js +65 -0
- package/dist/hooks/useDirectory/index.d.ts +1 -0
- package/dist/hooks/useDirectory/useDirectory.d.ts +6 -0
- package/dist/hooks/useDirectory/useDirectory.js +16 -0
- package/dist/hooks/useDropdown/useDropdown.d.ts +2 -2
- package/dist/hooks/useDropdown/useDropdown.js +3 -3
- package/dist/hooks/useDropzone/useDropzone.d.ts +3 -3
- package/dist/hooks/useDropzone/useDropzone.js +9 -7
- package/dist/hooks/useEdificeIcons/index.d.ts +1 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +9 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.js +92 -0
- package/dist/hooks/useHasWorkflow/useHasWorkflow.js +22 -0
- package/dist/hooks/useHeader/useHeader.d.ts +5 -0
- package/dist/hooks/useHeader/useHeader.js +46 -0
- package/dist/hooks/useHttpErrorToast/index.d.ts +1 -0
- package/dist/hooks/useHttpErrorToast/useHttpErrorToast.d.ts +3 -0
- package/dist/hooks/useHttpErrorToast/useHttpErrorToast.js +21 -0
- package/dist/hooks/useIsAdml/useIsAdml.js +18 -0
- package/dist/hooks/useLibraryUrl/useLibraryUrl.js +21 -0
- package/dist/hooks/useMediaLibrary/useMediaLibrary.d.ts +12 -0
- package/dist/hooks/useMediaLibrary/useMediaLibrary.js +58 -0
- package/dist/hooks/usePaths/usePaths.js +7 -0
- package/dist/hooks/usePreferences/usePreferences.js +10 -0
- package/dist/hooks/useResource/useResource.d.ts +3 -0
- package/dist/hooks/useResource/useResource.js +25 -0
- package/dist/hooks/useResourceSearch/useResourceSearch.d.ts +18 -0
- package/dist/hooks/useResourceSearch/useResourceSearch.js +19 -0
- package/dist/hooks/useSession/useSession.js +11 -0
- package/dist/hooks/useToast/useToast.d.ts +1 -1
- package/dist/hooks/useTrapFocus/useTrapFocus.d.ts +0 -1
- package/dist/hooks/useTrashedResource/useTrashedResource.js +27 -0
- package/dist/hooks/useUpload/useUpload.d.ts +18 -0
- package/dist/hooks/useUpload/useUpload.js +106 -0
- package/dist/hooks/useUploadFiles/useUploadFiles.d.ts +25 -0
- package/dist/hooks/useUploadFiles/useUploadFiles.js +100 -0
- package/dist/hooks/useUser/useUser.d.ts +7 -0
- package/dist/hooks/useUser/useUser.js +22 -0
- package/dist/hooks/useWorkspaceFile/useWorkspaceFile.d.ts +21 -0
- package/dist/hooks/useWorkspaceFile/useWorkspaceFile.js +49 -0
- package/dist/hooks/useWorkspaceSearch/useWorkspaceSearch.d.ts +9 -0
- package/dist/hooks/useWorkspaceSearch/useWorkspaceSearch.js +58 -0
- package/dist/hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js +28 -0
- package/dist/hooks/useZendeskGuide/useZendeskGuide.js +101 -0
- package/dist/icons-apps.js +232 -0
- package/dist/icons-audience.js +28 -0
- package/dist/icons-nav.js +28 -0
- package/dist/icons.js +300 -0
- package/dist/index.d.ts +3 -6
- package/dist/index.js +196 -256
- package/dist/modals.js +18 -0
- package/dist/modules/audience/ReactionChoice.d.ts +11 -0
- package/dist/modules/audience/ReactionChoice.js +33 -0
- package/dist/modules/audience/ReactionModal.Card.d.ts +4 -0
- package/dist/modules/audience/ReactionModal.Card.js +33 -0
- package/dist/modules/audience/ReactionModal.d.ts +20 -0
- package/dist/modules/audience/ReactionModal.js +72 -0
- package/dist/modules/audience/ReactionSummary.d.ts +10 -0
- package/dist/modules/audience/ReactionSummary.js +27 -0
- package/dist/modules/audience/ViewsByProfileCard.d.ts +9 -0
- package/dist/modules/audience/ViewsByProfileCard.js +40 -0
- package/dist/modules/audience/ViewsCounter.d.ts +10 -0
- package/dist/modules/audience/ViewsCounter.js +18 -0
- package/dist/modules/audience/ViewsModal.d.ts +11 -0
- package/dist/modules/audience/ViewsModal.js +41 -0
- package/dist/modules/audience/hooks/useReactionIcons.d.ts +5 -0
- package/dist/modules/audience/hooks/useReactionIcons.js +45 -0
- package/dist/modules/audience/hooks/useReactions.d.ts +15 -0
- package/dist/modules/audience/hooks/useReactions.js +35 -0
- package/dist/modules/audience/hooks/useViews.d.ts +11 -0
- package/dist/modules/comments/components/BadgeProfile.d.ts +4 -0
- package/dist/modules/comments/components/BadgeProfile.js +18 -0
- package/dist/modules/comments/components/Comment.d.ts +7 -0
- package/dist/modules/comments/components/Comment.js +72 -0
- package/dist/modules/comments/components/CommentAvatar.d.ts +3 -0
- package/dist/modules/comments/components/CommentAvatar.js +17 -0
- package/dist/modules/comments/components/CommentDate.d.ts +4 -0
- package/dist/modules/comments/components/CommentDate.js +27 -0
- package/dist/modules/comments/components/CommentForm.d.ts +3 -0
- package/dist/modules/comments/components/CommentForm.js +37 -0
- package/dist/modules/comments/components/CommentHeader.d.ts +3 -0
- package/dist/modules/comments/components/CommentHeader.js +8 -0
- package/dist/modules/comments/components/CommentList.d.ts +1 -0
- package/dist/modules/comments/components/CommentList.js +22 -0
- package/dist/modules/comments/components/CommentTitle.d.ts +4 -0
- package/dist/modules/comments/components/CommentTitle.js +7 -0
- package/dist/modules/comments/components/TextCounter.d.ts +4 -0
- package/dist/modules/comments/components/TextCounter.js +8 -0
- package/dist/modules/comments/constants.d.ts +20 -0
- package/dist/modules/comments/constants.js +8 -0
- package/dist/modules/comments/context/Context.d.ts +16 -0
- package/dist/modules/comments/context/Context.js +5 -0
- package/dist/modules/comments/hooks/useAutosizeTextarea.d.ts +1 -0
- package/dist/modules/comments/hooks/useAutosizeTextarea.js +19 -0
- package/dist/modules/comments/hooks/useComments.d.ts +29 -0
- package/dist/modules/comments/hooks/useComments.js +66 -0
- package/dist/modules/comments/hooks/useCommentsContext.d.ts +15 -0
- package/dist/modules/comments/hooks/useCommentsContext.js +11 -0
- package/dist/modules/comments/hooks/useProfileQueries.d.ts +4 -0
- package/dist/modules/comments/hooks/useProfileQueries.js +26 -0
- package/dist/modules/comments/index.d.ts +1 -0
- package/dist/modules/comments/provider/CommentProvider.d.ts +3 -0
- package/dist/modules/comments/provider/CommentProvider.js +85 -0
- package/dist/modules/comments/types.d.ts +102 -0
- package/dist/modules/editor/components/BubbleMenuEditImage/BubbleMenuEditImage.d.ts +8 -0
- package/dist/modules/editor/components/BubbleMenuEditImage/BubbleMenuEditImage.js +135 -0
- package/dist/modules/editor/components/BubbleMenuEditImage/index.d.ts +1 -0
- package/dist/modules/editor/components/Editor/Editor.d.ts +45 -0
- package/dist/modules/editor/components/Editor/Editor.js +82 -0
- package/dist/modules/editor/components/Editor/MathsModal.d.ts +7 -0
- package/dist/modules/editor/components/Editor/MathsModal.js +50 -0
- package/dist/modules/editor/components/Editor/index.d.ts +2 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.DropdownMenu.d.ts +22 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.DropdownMenu.js +17 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Emoji.d.ts +14 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Emoji.js +54 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.HighlightColor.d.ts +14 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.HighlightColor.js +47 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.PlusMenu.d.ts +9 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.PlusMenu.js +18 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextColor.d.ts +14 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextColor.js +50 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextSize.d.ts +10 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextSize.js +62 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Typography.d.ts +10 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Typography.js +52 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.d.ts +10 -0
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.js +331 -0
- package/dist/modules/editor/components/EditorToolbar/index.d.ts +1 -0
- package/dist/modules/editor/components/NodeView/AttachmentNodeView.d.ts +2 -0
- package/dist/modules/editor/components/NodeView/AttachmentNodeView.js +10 -0
- package/dist/modules/editor/components/NodeView/AudioNodeView.d.ts +2 -0
- package/dist/modules/editor/components/NodeView/AudioNodeView.js +10 -0
- package/dist/modules/editor/components/NodeView/ImageNodeView.d.ts +3 -0
- package/dist/modules/editor/components/NodeView/ImageNodeView.js +12 -0
- package/dist/modules/editor/components/NodeView/LinkerNodeView.d.ts +2 -0
- package/dist/modules/editor/components/NodeView/LinkerNodeView.js +10 -0
- package/dist/modules/editor/components/NodeView/VideoNodeView.d.ts +2 -0
- package/dist/modules/editor/components/NodeView/VideoNodeView.js +10 -0
- package/dist/modules/editor/components/NodeView/index.d.ts +5 -0
- package/dist/modules/editor/components/Renderer/AttachmentRenderer.d.ts +7 -0
- package/dist/modules/editor/components/Renderer/AttachmentRenderer.js +35 -0
- package/dist/modules/editor/components/Renderer/AudioRenderer.d.ts +7 -0
- package/dist/modules/editor/components/Renderer/AudioRenderer.js +11 -0
- package/dist/modules/editor/components/Renderer/LinkerRenderer.d.ts +9 -0
- package/dist/modules/editor/components/Renderer/LinkerRenderer.js +34 -0
- package/dist/modules/editor/components/Renderer/MediaRenderer.d.ts +3 -0
- package/dist/modules/editor/components/Renderer/MediaRenderer.js +73 -0
- package/dist/modules/editor/components/Renderer/index.d.ts +4 -0
- package/dist/modules/editor/components/Toolbar/LinkToolbar.TippyOptions.d.ts +2 -0
- package/dist/modules/editor/components/Toolbar/LinkToolbar.TippyOptions.js +8 -0
- package/dist/modules/editor/components/Toolbar/LinkToolbar.d.ts +15 -0
- package/dist/modules/editor/components/Toolbar/LinkToolbar.js +61 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.d.ts +9 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +33 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.CellColor.d.ts +13 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.CellColor.js +45 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.d.ts +9 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +31 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.d.ts +9 -0
- package/dist/modules/editor/components/Toolbar/TableToolbar.js +89 -0
- package/dist/modules/editor/components/Toolbar/index.d.ts +2 -0
- package/dist/modules/editor/components/index.d.ts +6 -0
- package/dist/modules/editor/hooks/index.d.ts +12 -0
- package/dist/modules/editor/hooks/useActionOptions.d.ts +5 -0
- package/dist/modules/editor/hooks/useActionOptions.js +86 -0
- package/dist/modules/editor/hooks/useCommentEditor.d.ts +13 -0
- package/dist/modules/editor/hooks/useCommentEditor.js +37 -0
- package/dist/modules/editor/hooks/useEditorContext.d.ts +37 -0
- package/dist/modules/editor/hooks/useEditorContext.js +12 -0
- package/dist/modules/editor/hooks/useImageModal.d.ts +31 -0
- package/dist/modules/editor/hooks/useImageModal.js +46 -0
- package/dist/modules/editor/hooks/useImageSelection.d.ts +21 -0
- package/dist/modules/editor/hooks/useImageSelection.js +46 -0
- package/dist/modules/editor/hooks/useLinkToolbar.d.ts +18 -0
- package/dist/modules/editor/hooks/useLinkToolbar.js +37 -0
- package/dist/modules/editor/hooks/useMathsModal.d.ts +17 -0
- package/dist/modules/editor/hooks/useMathsModal.js +17 -0
- package/dist/modules/editor/hooks/useMathsStyles.d.ts +1 -0
- package/dist/modules/editor/hooks/useMathsStyles.js +20 -0
- package/dist/modules/editor/hooks/useMediaLibraryEditor.d.ts +19 -0
- package/dist/modules/editor/hooks/useMediaLibraryEditor.js +152 -0
- package/dist/modules/editor/hooks/useResizeMedia.d.ts +10 -0
- package/dist/modules/editor/hooks/useResizeMedia.js +47 -0
- package/dist/modules/editor/hooks/useSpeechRecognition.d.ts +6 -0
- package/dist/modules/editor/hooks/useSpeechRecognition.js +21 -0
- package/dist/modules/editor/hooks/useSpeechSynthetisis.d.ts +12 -0
- package/dist/modules/editor/hooks/useSpeechSynthetisis.js +20 -0
- package/dist/modules/editor/hooks/useTipTapEditor.d.ts +16 -0
- package/dist/modules/editor/hooks/useTipTapEditor.js +86 -0
- package/dist/modules/editor/index.d.ts +3 -0
- package/dist/modules/editor/utilities/has-extension.d.ts +2 -0
- package/dist/modules/editor/utilities/has-extension.js +4 -0
- package/dist/modules/editor/utilities/has-mark.d.ts +2 -0
- package/dist/modules/editor/utilities/has-mark.js +4 -0
- package/dist/modules/editor/utilities/has-text-style.d.ts +2 -0
- package/dist/modules/editor/utilities/has-text-style.js +5 -0
- package/dist/modules/icons/components/IconAdd.d.ts +7 -0
- package/dist/modules/icons/components/IconAdd.js +12 -0
- package/dist/modules/icons/components/IconAddUser.d.ts +7 -0
- package/dist/modules/icons/components/IconAddUser.js +12 -0
- package/dist/modules/icons/components/IconAlertCircle.d.ts +7 -0
- package/dist/modules/icons/components/IconAlertCircle.js +13 -0
- package/dist/modules/icons/components/IconAlertTriangle.d.ts +7 -0
- package/dist/modules/icons/components/IconAlertTriangle.js +13 -0
- package/dist/modules/icons/components/IconAlignCenter.d.ts +7 -0
- package/dist/modules/icons/components/IconAlignCenter.js +12 -0
- package/dist/modules/icons/components/IconAlignJustify.d.ts +7 -0
- package/dist/modules/icons/components/IconAlignJustify.js +12 -0
- package/dist/modules/icons/components/IconAlignLeft.d.ts +7 -0
- package/dist/modules/icons/components/IconAlignLeft.js +12 -0
- package/dist/modules/icons/components/IconAlignRight.d.ts +7 -0
- package/dist/modules/icons/components/IconAlignRight.js +12 -0
- package/dist/modules/icons/components/IconAnswer.d.ts +7 -0
- package/dist/modules/icons/components/IconAnswer.js +13 -0
- package/dist/modules/icons/components/IconApplications.d.ts +7 -0
- package/dist/modules/icons/components/IconApplications.js +12 -0
- package/dist/modules/icons/components/IconArrowDown.d.ts +7 -0
- package/dist/modules/icons/components/IconArrowDown.js +13 -0
- package/dist/modules/icons/components/IconArrowLeft.d.ts +7 -0
- package/dist/modules/icons/components/IconArrowLeft.js +13 -0
- package/dist/modules/icons/components/IconArrowRight.d.ts +7 -0
- package/dist/modules/icons/components/IconArrowRight.js +13 -0
- package/dist/modules/icons/components/IconArrowUp.d.ts +7 -0
- package/dist/modules/icons/components/IconArrowUp.js +13 -0
- package/dist/modules/icons/components/IconBlock.d.ts +7 -0
- package/dist/modules/icons/components/IconBlock.js +12 -0
- package/dist/modules/icons/components/IconBlur.d.ts +7 -0
- package/dist/modules/icons/components/IconBlur.js +13 -0
- package/dist/modules/icons/components/IconBookmark.d.ts +7 -0
- package/dist/modules/icons/components/IconBookmark.js +12 -0
- package/dist/modules/icons/components/IconBulletList.d.ts +7 -0
- package/dist/modules/icons/components/IconBulletList.js +16 -0
- package/dist/modules/icons/components/IconBurgerMenu.d.ts +7 -0
- package/dist/modules/icons/components/IconBurgerMenu.js +12 -0
- package/dist/modules/icons/components/IconCalendar.d.ts +7 -0
- package/dist/modules/icons/components/IconCalendar.js +12 -0
- package/dist/modules/icons/components/IconCalendarLight.d.ts +7 -0
- package/dist/modules/icons/components/IconCalendarLight.js +12 -0
- package/dist/modules/icons/components/IconCamera.d.ts +7 -0
- package/dist/modules/icons/components/IconCamera.js +13 -0
- package/dist/modules/icons/components/IconCenter.d.ts +7 -0
- package/dist/modules/icons/components/IconCenter.js +12 -0
- package/dist/modules/icons/components/IconCheck.d.ts +7 -0
- package/dist/modules/icons/components/IconCheck.js +12 -0
- package/dist/modules/icons/components/IconChecklist.d.ts +7 -0
- package/dist/modules/icons/components/IconChecklist.js +13 -0
- package/dist/modules/icons/components/IconClock.d.ts +7 -0
- package/dist/modules/icons/components/IconClock.js +12 -0
- package/dist/modules/icons/components/IconClose.d.ts +7 -0
- package/dist/modules/icons/components/IconClose.js +13 -0
- package/dist/modules/icons/components/IconCloseFullScreen.d.ts +7 -0
- package/dist/modules/icons/components/IconCloseFullScreen.js +12 -0
- package/dist/modules/icons/components/IconCode.d.ts +7 -0
- package/dist/modules/icons/components/IconCode.js +12 -0
- package/dist/modules/icons/components/IconCopy.d.ts +7 -0
- package/dist/modules/icons/components/IconCopy.js +12 -0
- package/dist/modules/icons/components/IconCrop.d.ts +7 -0
- package/dist/modules/icons/components/IconCrop.js +13 -0
- package/dist/modules/icons/components/IconCut.d.ts +7 -0
- package/dist/modules/icons/components/IconCut.js +13 -0
- package/dist/modules/icons/components/IconDelete.d.ts +7 -0
- package/dist/modules/icons/components/IconDelete.js +12 -0
- package/dist/modules/icons/components/IconDeleteColor.d.ts +7 -0
- package/dist/modules/icons/components/IconDeleteColor.js +13 -0
- package/dist/modules/icons/components/IconDeleteColumn.d.ts +7 -0
- package/dist/modules/icons/components/IconDeleteColumn.js +12 -0
- package/dist/modules/icons/components/IconDeleteColumnHighlight.d.ts +7 -0
- package/dist/modules/icons/components/IconDeleteColumnHighlight.js +12 -0
- package/dist/modules/icons/components/IconDeleteRow.d.ts +7 -0
- package/dist/modules/icons/components/IconDeleteRow.js +12 -0
- package/dist/modules/icons/components/IconDeleteRowHighlight.d.ts +7 -0
- package/dist/modules/icons/components/IconDeleteRowHighlight.js +12 -0
- package/dist/modules/icons/components/IconDepositeInbox.d.ts +7 -0
- package/dist/modules/icons/components/IconDepositeInbox.js +13 -0
- package/dist/modules/icons/components/IconDownload.d.ts +7 -0
- package/dist/modules/icons/components/IconDownload.js +17 -0
- package/dist/modules/icons/components/IconEdit.d.ts +7 -0
- package/dist/modules/icons/components/IconEdit.js +13 -0
- package/dist/modules/icons/components/IconError.d.ts +7 -0
- package/dist/modules/icons/components/IconError.js +12 -0
- package/dist/modules/icons/components/IconExternalLink.d.ts +7 -0
- package/dist/modules/icons/components/IconExternalLink.js +13 -0
- package/dist/modules/icons/components/IconFiles.d.ts +7 -0
- package/dist/modules/icons/components/IconFiles.js +12 -0
- package/dist/modules/icons/components/IconFilter.d.ts +7 -0
- package/dist/modules/icons/components/IconFilter.js +12 -0
- package/dist/modules/icons/components/IconFlag.d.ts +7 -0
- package/dist/modules/icons/components/IconFlag.js +12 -0
- package/dist/modules/icons/components/IconFolder.d.ts +7 -0
- package/dist/modules/icons/components/IconFolder.js +12 -0
- package/dist/modules/icons/components/IconFolderMove.d.ts +7 -0
- package/dist/modules/icons/components/IconFolderMove.js +17 -0
- package/dist/modules/icons/components/IconForgoing.d.ts +7 -0
- package/dist/modules/icons/components/IconForgoing.js +12 -0
- package/dist/modules/icons/components/IconFullScreen.d.ts +7 -0
- package/dist/modules/icons/components/IconFullScreen.js +12 -0
- package/dist/modules/icons/components/IconGlobe.d.ts +7 -0
- package/dist/modules/icons/components/IconGlobe.js +12 -0
- package/dist/modules/icons/components/IconHeadphone.d.ts +7 -0
- package/dist/modules/icons/components/IconHeadphone.js +12 -0
- package/dist/modules/icons/components/IconHide.d.ts +7 -0
- package/dist/modules/icons/components/IconHide.js +13 -0
- package/dist/modules/icons/components/IconHighlightColumn.d.ts +7 -0
- package/dist/modules/icons/components/IconHighlightColumn.js +12 -0
- package/dist/modules/icons/components/IconHighlightRow.d.ts +7 -0
- package/dist/modules/icons/components/IconHighlightRow.js +12 -0
- package/dist/modules/icons/components/IconHome.d.ts +7 -0
- package/dist/modules/icons/components/IconHome.js +12 -0
- package/dist/modules/icons/components/IconHourglass.d.ts +7 -0
- package/dist/modules/icons/components/IconHourglass.js +12 -0
- package/dist/modules/icons/components/IconImageSizeLarge.d.ts +7 -0
- package/dist/modules/icons/components/IconImageSizeLarge.js +12 -0
- package/dist/modules/icons/components/IconImageSizeMedium.d.ts +7 -0
- package/dist/modules/icons/components/IconImageSizeMedium.js +12 -0
- package/dist/modules/icons/components/IconImageSizeSmall.d.ts +7 -0
- package/dist/modules/icons/components/IconImageSizeSmall.js +12 -0
- package/dist/modules/icons/components/IconInbox.d.ts +7 -0
- package/dist/modules/icons/components/IconInbox.js +12 -0
- package/dist/modules/icons/components/IconInfoCircle.d.ts +7 -0
- package/dist/modules/icons/components/IconInfoCircle.js +13 -0
- package/dist/modules/icons/components/IconLandscape.d.ts +7 -0
- package/dist/modules/icons/components/IconLandscape.js +12 -0
- package/dist/modules/icons/components/IconLink.d.ts +7 -0
- package/dist/modules/icons/components/IconLink.js +16 -0
- package/dist/modules/icons/components/IconListOrder.d.ts +7 -0
- package/dist/modules/icons/components/IconListOrder.js +12 -0
- package/dist/modules/icons/components/IconLoader.d.ts +7 -0
- package/dist/modules/icons/components/IconLoader.js +12 -0
- package/dist/modules/icons/components/IconLock.d.ts +7 -0
- package/dist/modules/icons/components/IconLock.js +12 -0
- package/dist/modules/icons/components/IconMail.d.ts +7 -0
- package/dist/modules/icons/components/IconMail.js +13 -0
- package/dist/modules/icons/components/IconMergeCells.d.ts +7 -0
- package/dist/modules/icons/components/IconMergeCells.js +13 -0
- package/dist/modules/icons/components/IconMessageInfo.d.ts +7 -0
- package/dist/modules/icons/components/IconMessageInfo.js +13 -0
- package/dist/modules/icons/components/IconMic.d.ts +7 -0
- package/dist/modules/icons/components/IconMic.js +12 -0
- package/dist/modules/icons/components/IconMinus.d.ts +7 -0
- package/dist/modules/icons/components/IconMinus.js +12 -0
- package/dist/modules/icons/components/IconMove.d.ts +7 -0
- package/dist/modules/icons/components/IconMove.js +14 -0
- package/dist/modules/icons/components/IconNoColors.d.ts +7 -0
- package/dist/modules/icons/components/IconNoColors.js +12 -0
- package/dist/modules/icons/components/IconOptions.d.ts +7 -0
- package/dist/modules/icons/components/IconOptions.js +14 -0
- package/dist/modules/icons/components/IconOrderedList.d.ts +7 -0
- package/dist/modules/icons/components/IconOrderedList.js +16 -0
- package/dist/modules/icons/components/IconPaperclip.d.ts +7 -0
- package/dist/modules/icons/components/IconPaperclip.js +12 -0
- package/dist/modules/icons/components/IconPause.d.ts +7 -0
- package/dist/modules/icons/components/IconPause.js +12 -0
- package/dist/modules/icons/components/IconPinOff.d.ts +7 -0
- package/dist/modules/icons/components/IconPinOff.js +12 -0
- package/dist/modules/icons/components/IconPinOn.d.ts +7 -0
- package/dist/modules/icons/components/IconPinOn.js +12 -0
- package/dist/modules/icons/components/IconPlaceholder.d.ts +7 -0
- package/dist/modules/icons/components/IconPlaceholder.js +16 -0
- package/dist/modules/icons/components/IconPlay.d.ts +7 -0
- package/dist/modules/icons/components/IconPlay.js +12 -0
- package/dist/modules/icons/components/IconPlayFilled.d.ts +7 -0
- package/dist/modules/icons/components/IconPlayFilled.js +12 -0
- package/dist/modules/icons/components/IconPlus.d.ts +7 -0
- package/dist/modules/icons/components/IconPlus.js +12 -0
- package/dist/modules/icons/components/IconPointerDefault.d.ts +7 -0
- package/dist/modules/icons/components/IconPointerDefault.js +12 -0
- package/dist/modules/icons/components/IconPointerHand.d.ts +7 -0
- package/dist/modules/icons/components/IconPointerHand.js +12 -0
- package/dist/modules/icons/components/IconPrint.d.ts +7 -0
- package/dist/modules/icons/components/IconPrint.js +12 -0
- package/dist/modules/icons/components/IconQuestion.d.ts +7 -0
- package/dist/modules/icons/components/IconQuestion.js +14 -0
- package/dist/modules/icons/components/IconRafterDown.d.ts +7 -0
- package/dist/modules/icons/components/IconRafterDown.js +12 -0
- package/dist/modules/icons/components/IconRafterLeft.d.ts +7 -0
- package/dist/modules/icons/components/IconRafterLeft.js +12 -0
- package/dist/modules/icons/components/IconRafterRight.d.ts +7 -0
- package/dist/modules/icons/components/IconRafterRight.js +12 -0
- package/dist/modules/icons/components/IconRafterUp.d.ts +7 -0
- package/dist/modules/icons/components/IconRafterUp.js +12 -0
- package/dist/modules/icons/components/IconReaction.d.ts +7 -0
- package/dist/modules/icons/components/IconReaction.js +12 -0
- package/dist/modules/icons/components/IconRecord.d.ts +7 -0
- package/dist/modules/icons/components/IconRecord.js +12 -0
- package/dist/modules/icons/components/IconRecordPause.d.ts +7 -0
- package/dist/modules/icons/components/IconRecordPause.js +12 -0
- package/dist/modules/icons/components/IconRecordStop.d.ts +7 -0
- package/dist/modules/icons/components/IconRecordStop.js +12 -0
- package/dist/modules/icons/components/IconRecordVideo.d.ts +7 -0
- package/dist/modules/icons/components/IconRecordVideo.js +12 -0
- package/dist/modules/icons/components/IconRedo.d.ts +7 -0
- package/dist/modules/icons/components/IconRedo.js +13 -0
- package/dist/modules/icons/components/IconRefresh.d.ts +7 -0
- package/dist/modules/icons/components/IconRefresh.js +13 -0
- package/dist/modules/icons/components/IconReset.d.ts +7 -0
- package/dist/modules/icons/components/IconReset.js +12 -0
- package/dist/modules/icons/components/IconRestart.d.ts +7 -0
- package/dist/modules/icons/components/IconRestart.js +12 -0
- package/dist/modules/icons/components/IconRestore.d.ts +7 -0
- package/dist/modules/icons/components/IconRestore.js +12 -0
- package/dist/modules/icons/components/IconSave.d.ts +7 -0
- package/dist/modules/icons/components/IconSave.js +12 -0
- package/dist/modules/icons/components/IconSearch.d.ts +7 -0
- package/dist/modules/icons/components/IconSearch.js +12 -0
- package/dist/modules/icons/components/IconSee.d.ts +7 -0
- package/dist/modules/icons/components/IconSee.js +13 -0
- package/dist/modules/icons/components/IconSend.d.ts +7 -0
- package/dist/modules/icons/components/IconSend.js +12 -0
- package/dist/modules/icons/components/IconSetBackground.d.ts +7 -0
- package/dist/modules/icons/components/IconSetBackground.js +17 -0
- package/dist/modules/icons/components/IconSettings.d.ts +7 -0
- package/dist/modules/icons/components/IconSettings.js +16 -0
- package/dist/modules/icons/components/IconShare.d.ts +7 -0
- package/dist/modules/icons/components/IconShare.js +12 -0
- package/dist/modules/icons/components/IconSmartphone.d.ts +7 -0
- package/dist/modules/icons/components/IconSmartphone.js +13 -0
- package/dist/modules/icons/components/IconSmiley.d.ts +7 -0
- package/dist/modules/icons/components/IconSmiley.js +13 -0
- package/dist/modules/icons/components/IconSortAscendingLetters.d.ts +7 -0
- package/dist/modules/icons/components/IconSortAscendingLetters.js +13 -0
- package/dist/modules/icons/components/IconSortDescending.d.ts +7 -0
- package/dist/modules/icons/components/IconSortDescending.js +13 -0
- package/dist/modules/icons/components/IconSortDescendingLetters.d.ts +7 -0
- package/dist/modules/icons/components/IconSortDescendingLetters.js +13 -0
- package/dist/modules/icons/components/IconSortTime.d.ts +7 -0
- package/dist/modules/icons/components/IconSortTime.js +14 -0
- package/dist/modules/icons/components/IconSpeechToText.d.ts +7 -0
- package/dist/modules/icons/components/IconSpeechToText.js +12 -0
- package/dist/modules/icons/components/IconSplitCells.d.ts +7 -0
- package/dist/modules/icons/components/IconSplitCells.js +13 -0
- package/dist/modules/icons/components/IconSquareRoot.d.ts +7 -0
- package/dist/modules/icons/components/IconSquareRoot.js +12 -0
- package/dist/modules/icons/components/IconSubscript.d.ts +7 -0
- package/dist/modules/icons/components/IconSubscript.js +12 -0
- package/dist/modules/icons/components/IconSuccessFill.d.ts +7 -0
- package/dist/modules/icons/components/IconSuccessFill.js +12 -0
- package/dist/modules/icons/components/IconSuccessOutline.d.ts +7 -0
- package/dist/modules/icons/components/IconSuccessOutline.js +13 -0
- package/dist/modules/icons/components/IconSuperscript.d.ts +7 -0
- package/dist/modules/icons/components/IconSuperscript.js +12 -0
- package/dist/modules/icons/components/IconTable.d.ts +7 -0
- package/dist/modules/icons/components/IconTable.js +12 -0
- package/dist/modules/icons/components/IconTextBold.d.ts +7 -0
- package/dist/modules/icons/components/IconTextBold.js +12 -0
- package/dist/modules/icons/components/IconTextColor.d.ts +7 -0
- package/dist/modules/icons/components/IconTextColor.js +16 -0
- package/dist/modules/icons/components/IconTextHighlight.d.ts +7 -0
- package/dist/modules/icons/components/IconTextHighlight.js +16 -0
- package/dist/modules/icons/components/IconTextItalic.d.ts +7 -0
- package/dist/modules/icons/components/IconTextItalic.js +12 -0
- package/dist/modules/icons/components/IconTextPage.d.ts +7 -0
- package/dist/modules/icons/components/IconTextPage.js +12 -0
- package/dist/modules/icons/components/IconTextSize.d.ts +7 -0
- package/dist/modules/icons/components/IconTextSize.js +12 -0
- package/dist/modules/icons/components/IconTextToSpeech.d.ts +7 -0
- package/dist/modules/icons/components/IconTextToSpeech.js +12 -0
- package/dist/modules/icons/components/IconTextTypo.d.ts +7 -0
- package/dist/modules/icons/components/IconTextTypo.js +12 -0
- package/dist/modules/icons/components/IconTextUnderline.d.ts +7 -0
- package/dist/modules/icons/components/IconTextUnderline.js +13 -0
- package/dist/modules/icons/components/IconTextVanilla.d.ts +7 -0
- package/dist/modules/icons/components/IconTextVanilla.js +13 -0
- package/dist/modules/icons/components/IconTool.d.ts +7 -0
- package/dist/modules/icons/components/IconTool.js +12 -0
- package/dist/modules/icons/components/IconTrendingUp.d.ts +7 -0
- package/dist/modules/icons/components/IconTrendingUp.js +16 -0
- package/dist/modules/icons/components/IconUndo.d.ts +7 -0
- package/dist/modules/icons/components/IconUndo.js +13 -0
- package/dist/modules/icons/components/IconUnlink.d.ts +7 -0
- package/dist/modules/icons/components/IconUnlink.js +13 -0
- package/dist/modules/icons/components/IconUnlock.d.ts +7 -0
- package/dist/modules/icons/components/IconUnlock.js +13 -0
- package/dist/modules/icons/components/IconUpload.d.ts +7 -0
- package/dist/modules/icons/components/IconUpload.js +18 -0
- package/dist/modules/icons/components/IconUser.d.ts +7 -0
- package/dist/modules/icons/components/IconUser.js +12 -0
- package/dist/modules/icons/components/IconUserSearch.d.ts +7 -0
- package/dist/modules/icons/components/IconUserSearch.js +13 -0
- package/dist/modules/icons/components/IconUsers.d.ts +7 -0
- package/dist/modules/icons/components/IconUsers.js +13 -0
- package/dist/modules/icons/components/IconVideo.d.ts +7 -0
- package/dist/modules/icons/components/IconVideo.js +12 -0
- package/dist/modules/icons/components/IconViewCalendar.d.ts +7 -0
- package/dist/modules/icons/components/IconViewCalendar.js +12 -0
- package/dist/modules/icons/components/IconViewList.d.ts +7 -0
- package/dist/modules/icons/components/IconViewList.js +15 -0
- package/dist/modules/icons/components/IconWand.d.ts +7 -0
- package/dist/modules/icons/components/IconWand.js +12 -0
- package/dist/modules/icons/components/IconWrite.d.ts +7 -0
- package/dist/modules/icons/components/IconWrite.js +12 -0
- package/dist/modules/icons/components/IconZoomIn.d.ts +7 -0
- package/dist/modules/icons/components/IconZoomIn.js +12 -0
- package/dist/modules/icons/components/IconZoomOut.d.ts +7 -0
- package/dist/modules/icons/components/IconZoomOut.js +12 -0
- package/dist/modules/icons/components/apps/IconAccount.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAccount.js +12 -0
- package/dist/modules/icons/components/apps/IconActualites.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconActualites.js +12 -0
- package/dist/modules/icons/components/apps/IconAdmin.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAdmin.js +12 -0
- package/dist/modules/icons/components/apps/IconAdminPortal.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAdminPortal.js +12 -0
- package/dist/modules/icons/components/apps/IconAdmissionPostBac.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAdmissionPostBac.js +12 -0
- package/dist/modules/icons/components/apps/IconAgenda.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAgenda.js +12 -0
- package/dist/modules/icons/components/apps/IconArchive.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconArchive.js +12 -0
- package/dist/modules/icons/components/apps/IconAssistance.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAssistance.js +12 -0
- package/dist/modules/icons/components/apps/IconAssr.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAssr.js +12 -0
- package/dist/modules/icons/components/apps/IconAward.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAward.js +12 -0
- package/dist/modules/icons/components/apps/IconBanquesavoir.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconBanquesavoir.js +12 -0
- package/dist/modules/icons/components/apps/IconBcdi.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconBcdi.js +12 -0
- package/dist/modules/icons/components/apps/IconBiblionisep.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconBiblionisep.js +12 -0
- package/dist/modules/icons/components/apps/IconBlog.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconBlog.js +12 -0
- package/dist/modules/icons/components/apps/IconBookmarkEmpty.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconBookmarkEmpty.js +12 -0
- package/dist/modules/icons/components/apps/IconCahierDeTexte.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCahierDeTexte.js +12 -0
- package/dist/modules/icons/components/apps/IconCahierTextes.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCahierTextes.js +12 -0
- package/dist/modules/icons/components/apps/IconCalendar.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCalendar.js +12 -0
- package/dist/modules/icons/components/apps/IconCanalNumerique.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCanalNumerique.js +12 -0
- package/dist/modules/icons/components/apps/IconCcn.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCcn.js +12 -0
- package/dist/modules/icons/components/apps/IconCerise.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCerise.js +12 -0
- package/dist/modules/icons/components/apps/IconCervoprint.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCervoprint.js +12 -0
- package/dist/modules/icons/components/apps/IconCharlemagne.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCharlemagne.js +12 -0
- package/dist/modules/icons/components/apps/IconCharte.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCharte.js +12 -0
- package/dist/modules/icons/components/apps/IconChat.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconChat.js +12 -0
- package/dist/modules/icons/components/apps/IconCidj.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCidj.js +12 -0
- package/dist/modules/icons/components/apps/IconCns.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCns.js +12 -0
- package/dist/modules/icons/components/apps/IconCollaborativeWall.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCollaborativeWall.js +12 -0
- package/dist/modules/icons/components/apps/IconCommunity.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCommunity.js +12 -0
- package/dist/modules/icons/components/apps/IconCompetences.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconCompetences.js +12 -0
- package/dist/modules/icons/components/apps/IconConnecteurGenerique1.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconConnecteurGenerique1.js +12 -0
- package/dist/modules/icons/components/apps/IconConnecteurGenerique2.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconConnecteurGenerique2.js +12 -0
- package/dist/modules/icons/components/apps/IconConversation.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconConversation.js +12 -0
- package/dist/modules/icons/components/apps/IconDirectory.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconDirectory.js +12 -0
- package/dist/modules/icons/components/apps/IconEducagri.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEducagri.js +12 -0
- package/dist/modules/icons/components/apps/IconEdumedia.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEdumedia.js +12 -0
- package/dist/modules/icons/components/apps/IconEdumoov.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEdumoov.js +12 -0
- package/dist/modules/icons/components/apps/IconEdutheque.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEdutheque.js +12 -0
- package/dist/modules/icons/components/apps/IconElectron.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconElectron.js +12 -0
- package/dist/modules/icons/components/apps/IconElyceepicardie.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconElyceepicardie.js +12 -0
- package/dist/modules/icons/components/apps/IconEsidoc.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEsidoc.js +12 -0
- package/dist/modules/icons/components/apps/IconEuropress.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEuropress.js +12 -0
- package/dist/modules/icons/components/apps/IconExercizer.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconExercizer.js +12 -0
- package/dist/modules/icons/components/apps/IconForms.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconForms.js +16 -0
- package/dist/modules/icons/components/apps/IconForum.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconForum.js +12 -0
- package/dist/modules/icons/components/apps/IconGepi.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconGepi.js +12 -0
- package/dist/modules/icons/components/apps/IconGlpi.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconGlpi.js +12 -0
- package/dist/modules/icons/components/apps/IconHiboutheque.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconHiboutheque.js +12 -0
- package/dist/modules/icons/components/apps/IconItopstore.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconItopstore.js +12 -0
- package/dist/modules/icons/components/apps/IconKne.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconKne.js +12 -0
- package/dist/modules/icons/components/apps/IconLeSiteTv.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconLeSiteTv.js +12 -0
- package/dist/modules/icons/components/apps/IconLemonde.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconLemonde.js +12 -0
- package/dist/modules/icons/components/apps/IconLesechos.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconLesechos.js +12 -0
- package/dist/modules/icons/components/apps/IconLibrary.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconLibrary.js +12 -0
- package/dist/modules/icons/components/apps/IconLsu.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconLsu.js +12 -0
- package/dist/modules/icons/components/apps/IconMadmagz.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMadmagz.js +12 -0
- package/dist/modules/icons/components/apps/IconMatholycee.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMatholycee.js +12 -0
- package/dist/modules/icons/components/apps/IconMaxicours.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMaxicours.js +12 -0
- package/dist/modules/icons/components/apps/IconMediacentre.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMediacentre.js +12 -0
- package/dist/modules/icons/components/apps/IconMindmap.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMindmap.js +12 -0
- package/dist/modules/icons/components/apps/IconMonorientationenligne.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMonorientationenligne.js +12 -0
- package/dist/modules/icons/components/apps/IconMonstageenligne.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMonstageenligne.js +12 -0
- package/dist/modules/icons/components/apps/IconMoodle.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMoodle.js +12 -0
- package/dist/modules/icons/components/apps/IconMuseefrancaisphoto.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMuseefrancaisphoto.js +12 -0
- package/dist/modules/icons/components/apps/IconMyNetwork.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMyNetwork.js +12 -0
- package/dist/modules/icons/components/apps/IconNetvibes.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconNetvibes.js +12 -0
- package/dist/modules/icons/components/apps/IconNote.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconNote.js +12 -0
- package/dist/modules/icons/components/apps/IconNotebook.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconNotebook.js +12 -0
- package/dist/modules/icons/components/apps/IconNotes.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconNotes.js +12 -0
- package/dist/modules/icons/components/apps/IconOnisep.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconOnisep.js +12 -0
- package/dist/modules/icons/components/apps/IconOnisep2.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconOnisep2.js +12 -0
- package/dist/modules/icons/components/apps/IconPad.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPad.js +12 -0
- package/dist/modules/icons/components/apps/IconPages.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPages.js +12 -0
- package/dist/modules/icons/components/apps/IconParametrage.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconParametrage.js +12 -0
- package/dist/modules/icons/components/apps/IconParametrages.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconParametrages.js +12 -0
- package/dist/modules/icons/components/apps/IconParaschool.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconParaschool.js +12 -0
- package/dist/modules/icons/components/apps/IconParcours.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconParcours.js +12 -0
- package/dist/modules/icons/components/apps/IconPearltrees.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPearltrees.js +12 -0
- package/dist/modules/icons/components/apps/IconPicardieCursus.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPicardieCursus.js +12 -0
- package/dist/modules/icons/components/apps/IconPlaceholder.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPlaceholder.js +16 -0
- package/dist/modules/icons/components/apps/IconPoll.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPoll.js +12 -0
- package/dist/modules/icons/components/apps/IconPresences.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPresences.js +16 -0
- package/dist/modules/icons/components/apps/IconProeps.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconProeps.js +12 -0
- package/dist/modules/icons/components/apps/IconPronote.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPronote.js +12 -0
- package/dist/modules/icons/components/apps/IconPublic.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconPublic.js +12 -0
- package/dist/modules/icons/components/apps/IconQwant.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconQwant.js +12 -0
- package/dist/modules/icons/components/apps/IconQwantJunior.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconQwantJunior.js +12 -0
- package/dist/modules/icons/components/apps/IconRack.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconRack.js +12 -0
- package/dist/modules/icons/components/apps/IconRbs.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconRbs.js +12 -0
- package/dist/modules/icons/components/apps/IconResidenceArtiste.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconResidenceArtiste.js +12 -0
- package/dist/modules/icons/components/apps/IconRessourcesdepartementale91.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconRessourcesdepartementale91.js +12 -0
- package/dist/modules/icons/components/apps/IconSacoche.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSacoche.js +12 -0
- package/dist/modules/icons/components/apps/IconSchoolbook.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSchoolbook.js +12 -0
- package/dist/modules/icons/components/apps/IconScolinfo.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconScolinfo.js +12 -0
- package/dist/modules/icons/components/apps/IconScrapbook.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconScrapbook.js +12 -0
- package/dist/modules/icons/components/apps/IconSearchengine.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSearchengine.js +12 -0
- package/dist/modules/icons/components/apps/IconSettingsClass.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSettingsClass.js +12 -0
- package/dist/modules/icons/components/apps/IconSharebigfiles.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSharebigfiles.js +12 -0
- package/dist/modules/icons/components/apps/IconStatistics.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconStatistics.js +12 -0
- package/dist/modules/icons/components/apps/IconStats.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconStats.js +12 -0
- package/dist/modules/icons/components/apps/IconSuitcase.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSuitcase.js +12 -0
- package/dist/modules/icons/components/apps/IconSupport.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconSupport.js +12 -0
- package/dist/modules/icons/components/apps/IconTimeline.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconTimeline.js +12 -0
- package/dist/modules/icons/components/apps/IconTimelinegenerator.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconTimelinegenerator.js +12 -0
- package/dist/modules/icons/components/apps/IconTurboself.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconTurboself.js +12 -0
- package/dist/modules/icons/components/apps/IconUniversalis.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconUniversalis.js +12 -0
- package/dist/modules/icons/components/apps/IconUnstagepourtous.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconUnstagepourtous.js +12 -0
- package/dist/modules/icons/components/apps/IconUserbook.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconUserbook.js +12 -0
- package/dist/modules/icons/components/apps/IconVideo.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconVideo.js +12 -0
- package/dist/modules/icons/components/apps/IconVieScolaire.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconVieScolaire.js +12 -0
- package/dist/modules/icons/components/apps/IconVisioconf.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconVisioconf.js +12 -0
- package/dist/modules/icons/components/apps/IconWebclasseur.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconWebclasseur.js +12 -0
- package/dist/modules/icons/components/apps/IconWebsite.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconWebsite.js +12 -0
- package/dist/modules/icons/components/apps/IconWiki.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconWiki.js +13 -0
- package/dist/modules/icons/components/apps/IconWorkspace.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconWorkspace.js +12 -0
- package/dist/modules/icons/components/apps/index.d.ts +115 -0
- package/dist/modules/icons/components/audience/IconCongrats.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconCongrats.js +22 -0
- package/dist/modules/icons/components/audience/IconCongratsCounter.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconCongratsCounter.js +21 -0
- package/dist/modules/icons/components/audience/IconGreat.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconGreat.js +16 -0
- package/dist/modules/icons/components/audience/IconGreatCounter.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconGreatCounter.js +14 -0
- package/dist/modules/icons/components/audience/IconGuest.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconGuest.js +12 -0
- package/dist/modules/icons/components/audience/IconInteresting.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconInteresting.js +15 -0
- package/dist/modules/icons/components/audience/IconInterestingCounter.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconInterestingCounter.js +17 -0
- package/dist/modules/icons/components/audience/IconParent.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconParent.js +12 -0
- package/dist/modules/icons/components/audience/IconPersonnel.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconPersonnel.js +12 -0
- package/dist/modules/icons/components/audience/IconStudent.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconStudent.js +20 -0
- package/dist/modules/icons/components/audience/IconTeacher.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconTeacher.js +12 -0
- package/dist/modules/icons/components/audience/IconThanks.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconThanks.js +18 -0
- package/dist/modules/icons/components/audience/IconThanksCounter.d.ts +7 -0
- package/dist/modules/icons/components/audience/IconThanksCounter.js +16 -0
- package/dist/modules/icons/components/audience/index.d.ts +13 -0
- package/dist/modules/icons/components/index.d.ts +149 -0
- package/dist/modules/icons/components/nav/IconCommunity.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconCommunity.js +12 -0
- package/dist/modules/icons/components/nav/IconDisconnect.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconDisconnect.js +12 -0
- package/dist/modules/icons/components/nav/IconHome.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconHome.js +12 -0
- package/dist/modules/icons/components/nav/IconMyApps.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconMyApps.js +12 -0
- package/dist/modules/icons/components/nav/IconNeoAssistance.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconNeoAssistance.js +12 -0
- package/dist/modules/icons/components/nav/IconNeoMessaging.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconNeoMessaging.js +12 -0
- package/dist/modules/icons/components/nav/IconNewRelease.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconNewRelease.js +12 -0
- package/dist/modules/icons/components/nav/IconOneAssistance.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconOneAssistance.js +12 -0
- package/dist/modules/icons/components/nav/IconOneMessaging.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconOneMessaging.js +12 -0
- package/dist/modules/icons/components/nav/IconOneProfile.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconOneProfile.js +13 -0
- package/dist/modules/icons/components/nav/IconProfile.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconProfile.js +12 -0
- package/dist/modules/icons/components/nav/IconSearch.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconSearch.js +12 -0
- package/dist/modules/icons/components/nav/IconUserbook.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconUserbook.js +12 -0
- package/dist/modules/icons/components/nav/index.d.ts +13 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +59 -0
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.d.ts +6 -0
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +30 -0
- package/dist/modules/modals/PublishModal/PublishModal.d.ts +9 -0
- package/dist/modules/modals/PublishModal/PublishModal.js +120 -0
- package/dist/modules/modals/PublishModal/components/ActivitiesDropdown.js +29 -0
- package/dist/modules/modals/PublishModal/components/AgeSelect.d.ts +8 -0
- package/dist/modules/modals/PublishModal/components/AgeSelect.js +20 -0
- package/dist/modules/modals/PublishModal/components/LangSelect.js +19 -0
- package/dist/modules/modals/PublishModal/components/PublishModalFooter.js +23 -0
- package/dist/modules/modals/PublishModal/components/SubjectsDropdown.js +29 -0
- package/dist/modules/modals/PublishModal/components/ToastSuccess.d.ts +4 -0
- package/dist/modules/modals/PublishModal/hooks/usePublishModal.d.ts +38 -0
- package/dist/modules/modals/PublishModal/hooks/usePublishModal.js +106 -0
- package/dist/modules/modals/ResourceModal/ResourceModal.d.ts +30 -0
- package/dist/modules/modals/ResourceModal/ResourceModal.js +155 -0
- package/dist/modules/modals/ResourceModal/apps/BlogPublic.d.ts +13 -0
- package/dist/modules/modals/ResourceModal/apps/BlogPublic.js +62 -0
- package/dist/modules/modals/ResourceModal/hooks/useSlug.d.ts +17 -0
- package/dist/modules/modals/ResourceModal/hooks/useSlug.js +41 -0
- package/dist/modules/modals/ResourceModal/hooks/useThumb.d.ts +11 -0
- package/dist/modules/modals/ResourceModal/hooks/useUpdateMutation.d.ts +7 -0
- package/dist/modules/modals/ResourceModal/hooks/useUpdateMutation.js +12 -0
- package/dist/modules/modals/ShareModal/ShareBookmark.js +22 -0
- package/dist/modules/modals/ShareModal/ShareBookmarkLine.d.ts +9 -0
- package/dist/modules/modals/ShareModal/ShareBookmarkLine.js +49 -0
- package/dist/modules/modals/ShareModal/ShareModal.d.ts +41 -0
- package/dist/modules/modals/ShareModal/ShareModal.js +130 -0
- package/dist/modules/modals/ShareModal/apps/ShareBlog.d.ts +8 -0
- package/dist/modules/modals/ShareModal/apps/ShareBlog.js +43 -0
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +24 -0
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +178 -0
- package/dist/modules/modals/ShareModal/hooks/useShare.d.ts +54 -0
- package/dist/modules/modals/ShareModal/hooks/useShare.js +192 -0
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.d.ts +23 -0
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.js +67 -0
- package/dist/modules/modals/ShareModal/hooks/useShareMutation.d.ts +13 -0
- package/dist/modules/modals/ShareModal/hooks/useShareMutation.js +15 -0
- package/dist/modules/modals/ShareModal/utils/hasRight.d.ts +2 -0
- package/dist/modules/modals/ShareModal/utils/showShareRightLine.d.ts +2 -0
- package/dist/modules/multimedia/AudioRecorder/AudioRecorder.d.ts +12 -0
- package/dist/modules/multimedia/AudioRecorder/AudioRecorder.js +49 -0
- package/dist/modules/multimedia/AudioRecorder/AudioRecorderTimer.js +26 -0
- package/dist/modules/multimedia/AudioRecorder/useAudioRecorder.d.ts +16 -0
- package/dist/modules/multimedia/AudioRecorder/useAudioRecorder.js +314 -0
- package/dist/modules/multimedia/Embed/Embed.js +32 -0
- package/dist/modules/multimedia/FileCard/FileCard._.d.ts +17 -0
- package/dist/modules/multimedia/FileCard/FileCard.d.ts +13 -0
- package/dist/modules/multimedia/FileCard/FileCard.js +94 -0
- package/dist/modules/multimedia/FileCard/FileIcon.d.ts +6 -0
- package/dist/modules/multimedia/FileCard/FileIcon.js +15 -0
- package/dist/modules/multimedia/ImageEditor/components/ImageEditor.js +116 -0
- package/dist/modules/multimedia/ImageEditor/components/ImageEditorToolbar.d.ts +7 -0
- package/dist/modules/multimedia/ImageEditor/components/ImageEditorToolbar.js +72 -0
- package/dist/modules/multimedia/ImageEditor/effects/blur.d.ts +19 -0
- package/dist/modules/multimedia/ImageEditor/effects/blur.js +72 -0
- package/dist/modules/multimedia/ImageEditor/effects/crop.d.ts +28 -0
- package/dist/modules/multimedia/ImageEditor/effects/misc.d.ts +154 -0
- package/dist/modules/multimedia/ImageEditor/effects/resize.d.ts +25 -0
- package/dist/modules/multimedia/ImageEditor/effects/rotate.d.ts +8 -0
- package/dist/modules/multimedia/ImageEditor/hooks/useHistoryTool.d.ts +32 -0
- package/dist/modules/multimedia/ImageEditor/hooks/useImageEditor.d.ts +29 -0
- package/dist/modules/multimedia/ImageEditor/hooks/useImageEffects.d.ts +23 -0
- package/dist/modules/multimedia/ImagePicker/ImagePicker.d.ts +46 -0
- package/dist/modules/multimedia/ImagePicker/ImagePicker.js +40 -0
- package/dist/modules/multimedia/ImagePicker/index.d.ts +2 -0
- package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.d.ts +28 -0
- package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.js +45 -0
- package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.d.ts +37 -0
- package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +129 -0
- package/dist/modules/multimedia/Linker/index.d.ts +4 -0
- package/dist/modules/multimedia/LinkerCard/LinkerCard._.d.ts +8 -0
- package/dist/modules/multimedia/LinkerCard/LinkerCard.d.ts +13 -0
- package/dist/modules/multimedia/LinkerCard/LinkerCard.js +38 -0
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +84 -0
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +217 -0
- package/dist/modules/multimedia/MediaLibrary/MediaLibraryContext.d.ts +60 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/ExternalLink.d.ts +6 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/ExternalLink.js +17 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/InternalLink.d.ts +11 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/InternalLink.js +35 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/Upload.js +34 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/VideoEmbedder.js +15 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/Workspace.js +31 -0
- package/dist/modules/multimedia/UploadCard/UploadCard._.d.ts +9 -0
- package/dist/modules/multimedia/UploadCard/UploadCard.d.ts +43 -0
- package/dist/modules/multimedia/UploadCard/UploadCard.js +75 -0
- package/dist/modules/multimedia/UploadCard/index.d.ts +2 -0
- package/dist/modules/multimedia/UploadFiles/UploadFiles.d.ts +9 -0
- package/dist/modules/multimedia/UploadFiles/UploadFiles.js +56 -0
- package/dist/modules/multimedia/VideoEmbed/VideoEmbed.d.ts +6 -0
- package/dist/modules/multimedia/VideoEmbed/VideoEmbed.js +76 -0
- package/dist/modules/multimedia/VideoRecorder/VideoRecorder.d.ts +14 -0
- package/dist/modules/multimedia/VideoRecorder/VideoRecorder.js +265 -0
- package/dist/modules/multimedia/Workspace/Workspace.d.ts +33 -0
- package/dist/modules/multimedia/Workspace/Workspace.js +172 -0
- package/dist/modules/multimedia/index.d.ts +7 -0
- package/dist/modules/widgets/BookmarkedApps/BookmarkedApps.d.ts +8 -0
- package/dist/multimedia.js +18 -0
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.context.d.ts +26 -0
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.context.js +5 -0
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.d.ts +26 -0
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.hook.d.ts +1 -0
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.hook.js +11 -0
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.js +54 -0
- package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.context.d.ts +10 -0
- package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.context.js +5 -0
- package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.d.ts +10 -0
- package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.hook.d.ts +1 -0
- package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.hook.js +11 -0
- package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.js +46 -0
- package/dist/providers/MockedDataProvider/MockedDataProvider.d.ts +28 -0
- package/dist/providers/MockedDataProvider/MockedDataProvider.js +9 -0
- package/dist/providers/index.d.ts +4 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/size.d.ts +1 -1
- package/dist/types/status.d.ts +1 -1
- package/dist/types/treedata.d.ts +30 -0
- package/dist/utilities/check-user-rights/check-user-rights.d.ts +11 -0
- package/dist/utilities/check-user-rights/check-user-rights.js +46 -0
- package/dist/utilities/check-user-rights/index.d.ts +1 -0
- package/dist/utilities/index.d.ts +2 -0
- package/dist/utilities/refs/index.d.ts +1 -0
- package/package.json +116 -41
- package/dist/common/OnboardingModal/OnboardingModal.js +0 -59
- package/dist/common/OnboardingModal/useOnboardingModal.d.ts +0 -7
- package/dist/common/OnboardingModal/useOnboardingModal.js +0 -30
- package/dist/common/PublishModal/PublishModal.d.ts +0 -9
- package/dist/common/PublishModal/PublishModal.js +0 -120
- package/dist/common/PublishModal/components/ActivitiesDropdown.js +0 -29
- package/dist/common/PublishModal/components/AgeSelect.d.ts +0 -8
- package/dist/common/PublishModal/components/AgeSelect.js +0 -20
- package/dist/common/PublishModal/components/LangSelect.js +0 -19
- package/dist/common/PublishModal/components/PublishModalFooter.js +0 -23
- package/dist/common/PublishModal/components/SubjectsDropdown.js +0 -29
- package/dist/common/PublishModal/components/ToastSuccess.d.ts +0 -4
- package/dist/common/PublishModal/hooks/usePublishModal.d.ts +0 -38
- package/dist/common/PublishModal/hooks/usePublishModal.js +0 -106
- package/dist/common/ResourceModal/ResourceModal.d.ts +0 -30
- package/dist/common/ResourceModal/ResourceModal.js +0 -156
- package/dist/common/ResourceModal/apps/BlogPublic.d.ts +0 -13
- package/dist/common/ResourceModal/apps/BlogPublic.js +0 -62
- package/dist/common/ResourceModal/hooks/useSlug.d.ts +0 -17
- package/dist/common/ResourceModal/hooks/useSlug.js +0 -41
- package/dist/common/ResourceModal/hooks/useThumb.d.ts +0 -11
- package/dist/common/ResourceModal/hooks/useUpdateMutation.d.ts +0 -7
- package/dist/common/ResourceModal/hooks/useUpdateMutation.js +0 -12
- package/dist/common/ShareModal/ShareBookmark.js +0 -22
- package/dist/common/ShareModal/ShareBookmarkLine.d.ts +0 -9
- package/dist/common/ShareModal/ShareBookmarkLine.js +0 -42
- package/dist/common/ShareModal/ShareModal.d.ts +0 -41
- package/dist/common/ShareModal/ShareModal.js +0 -128
- package/dist/common/ShareModal/apps/ShareBlog.d.ts +0 -8
- package/dist/common/ShareModal/apps/ShareBlog.js +0 -43
- package/dist/common/ShareModal/hooks/useSearch.d.ts +0 -24
- package/dist/common/ShareModal/hooks/useSearch.js +0 -178
- package/dist/common/ShareModal/hooks/useShare.d.ts +0 -54
- package/dist/common/ShareModal/hooks/useShare.js +0 -192
- package/dist/common/ShareModal/hooks/useShareBookmark.d.ts +0 -23
- package/dist/common/ShareModal/hooks/useShareBookmark.js +0 -67
- package/dist/common/ShareModal/hooks/useShareMutation.d.ts +0 -13
- package/dist/common/ShareModal/hooks/useShareMutation.js +0 -15
- package/dist/common/ShareModal/utils/hasRight.d.ts +0 -2
- package/dist/common/ShareModal/utils/showShareRightLine.d.ts +0 -2
- package/dist/components/Audience/ReactionChoice.d.ts +0 -11
- package/dist/components/Audience/ReactionChoice.js +0 -33
- package/dist/components/Audience/ReactionModal.Card.d.ts +0 -4
- package/dist/components/Audience/ReactionModal.Card.js +0 -33
- package/dist/components/Audience/ReactionModal.d.ts +0 -20
- package/dist/components/Audience/ReactionModal.js +0 -73
- package/dist/components/Audience/ReactionSummary.d.ts +0 -10
- package/dist/components/Audience/ReactionSummary.js +0 -27
- package/dist/components/Audience/ViewsByProfileCard.d.ts +0 -9
- package/dist/components/Audience/ViewsByProfileCard.js +0 -36
- package/dist/components/Audience/ViewsCounter.d.ts +0 -11
- package/dist/components/Audience/ViewsCounter.js +0 -18
- package/dist/components/Audience/ViewsModal.d.ts +0 -11
- package/dist/components/Audience/ViewsModal.js +0 -40
- package/dist/components/Audience/hooks/useReactionIcons.d.ts +0 -5
- package/dist/components/Audience/hooks/useReactionIcons.js +0 -38
- package/dist/components/Audience/hooks/useReactions.d.ts +0 -15
- package/dist/components/Audience/hooks/useReactions.js +0 -35
- package/dist/components/Audience/hooks/useViews.d.ts +0 -11
- package/dist/components/FileCard/FileCard.d.ts +0 -13
- package/dist/components/FileCard/FileCard.js +0 -91
- package/dist/components/FileCard/FileIcon.d.ts +0 -6
- package/dist/components/FileCard/FileIcon.js +0 -15
- package/dist/components/ImagePicker/ImagePicker.d.ts +0 -38
- package/dist/components/ImagePicker/ImagePicker.js +0 -58
- package/dist/components/ImagePicker/index.d.ts +0 -1
- package/dist/components/Menu/Menu.js +0 -58
- package/dist/components/Menu/MenuButton.d.ts +0 -5
- package/dist/components/Menu/MenuButton.js +0 -21
- package/dist/components/Table/Table.components.d.ts +0 -20
- package/dist/components/Table/Table.components.js +0 -39
- package/dist/components/Table/Table.d.ts +0 -33
- package/dist/components/Table/Table.js +0 -16
- package/dist/components/Table/TableExplorer.d.ts +0 -14
- package/dist/components/Tabs/Tabs.d.ts +0 -42
- package/dist/components/Tabs/Tabs.js +0 -75
- package/dist/components/Tabs/TabsContext.d.ts +0 -12
- package/dist/components/Tabs/TabsItem.js +0 -26
- package/dist/components/Tabs/TabsList.d.ts +0 -6
- package/dist/components/Tabs/TabsList.js +0 -24
- package/dist/components/Tabs/TabsPanel.js +0 -14
- package/dist/components/TreeView/TreeItem.d.ts +0 -52
- package/dist/components/TreeView/TreeItem.js +0 -54
- package/dist/components/TreeView/hooks/useTreeItemEvents.d.ts +0 -8
- package/dist/components/TreeView/hooks/useTreeItemEvents.js +0 -28
- package/dist/components/UploadCard/UploadCard.d.ts +0 -42
- package/dist/components/UploadCard/UploadCard.js +0 -72
- package/dist/components/UploadCard/index.d.ts +0 -1
- package/dist/core/OdeClientProvider/OdeClientProvider.d.ts +0 -28
- package/dist/core/OdeClientProvider/OdeClientProvider.js +0 -62
- package/dist/core/OdeClientProvider/index.d.ts +0 -1
- package/dist/core/ThemeProvider/ThemeProvider.d.ts +0 -11
- package/dist/core/ThemeProvider/ThemeProvider.js +0 -53
- package/dist/core/ThemeProvider/index.d.ts +0 -1
- package/dist/core/index.d.ts +0 -25
- package/dist/core/useAvatar/useAvatar.d.ts +0 -6
- package/dist/core/useAvatar/useAvatar.js +0 -30
- package/dist/core/useBookmark/useBookmark.d.ts +0 -2
- package/dist/core/useBookmark/useBookmark.js +0 -14
- package/dist/core/useCantoo/useCantoo.js +0 -18
- package/dist/core/useConf/useConf.d.ts +0 -4
- package/dist/core/useConf/useConf.js +0 -13
- package/dist/core/useConversation/useConversation.js +0 -43
- package/dist/core/useDate/useDate.d.ts +0 -13
- package/dist/core/useDate/useDate.js +0 -65
- package/dist/core/useHasWorkflow/useHasWorkflow.js +0 -22
- package/dist/core/useHeader/useHeader.d.ts +0 -5
- package/dist/core/useHeader/useHeader.js +0 -50
- package/dist/core/useHttpErrorToast/index.d.ts +0 -1
- package/dist/core/useHttpErrorToast/useHttpErrorToast.d.ts +0 -2
- package/dist/core/useHttpErrorToast/useHttpErrorToast.js +0 -21
- package/dist/core/useIsAdml/useIsAdml.js +0 -18
- package/dist/core/useLibraryUrl/useLibraryUrl.js +0 -21
- package/dist/core/useMediaLibrary/useMediaLibrary.d.ts +0 -12
- package/dist/core/useMediaLibrary/useMediaLibrary.js +0 -58
- package/dist/core/useOdeIcons/index.d.ts +0 -1
- package/dist/core/useOdeIcons/useOdeIcons.d.ts +0 -9
- package/dist/core/useOdeIcons/useOdeIcons.js +0 -92
- package/dist/core/usePaths/usePaths.js +0 -6
- package/dist/core/usePreferences/usePreferences.js +0 -10
- package/dist/core/useResource/useResource.d.ts +0 -3
- package/dist/core/useResource/useResource.js +0 -25
- package/dist/core/useResourceSearch/useResourceSearch.d.ts +0 -18
- package/dist/core/useResourceSearch/useResourceSearch.js +0 -34
- package/dist/core/useSession/useSession.js +0 -11
- package/dist/core/useTrashedResource/useTrashedResource.js +0 -27
- package/dist/core/useUpload/useUpload.d.ts +0 -18
- package/dist/core/useUpload/useUpload.js +0 -106
- package/dist/core/useUploadFiles/useUploadFiles.d.ts +0 -25
- package/dist/core/useUploadFiles/useUploadFiles.js +0 -101
- package/dist/core/useUser/useUser.d.ts +0 -7
- package/dist/core/useUser/useUser.js +0 -22
- package/dist/core/useWorkspaceFile/useWorkspaceFile.d.ts +0 -21
- package/dist/core/useWorkspaceFile/useWorkspaceFile.js +0 -49
- package/dist/core/useWorkspaceSearch/useWorkspaceSearch.d.ts +0 -9
- package/dist/core/useWorkspaceSearch/useWorkspaceSearch.js +0 -58
- package/dist/core/useXitiTrackPageLoad/useXitiTrackPageLoad.js +0 -28
- package/dist/core/useZendeskGuide/useZendeskGuide.js +0 -101
- package/dist/hooks/useImageResizer/index.d.ts +0 -1
- package/dist/hooks/useImageResizer/useImageResizer.d.ts +0 -8
- package/dist/hooks/useImageResizer/useImageResizer.js +0 -42
- package/dist/multimedia/AudioRecorder/AudioRecorder.d.ts +0 -12
- package/dist/multimedia/AudioRecorder/AudioRecorder.js +0 -49
- package/dist/multimedia/AudioRecorder/AudioRecorderTimer.js +0 -24
- package/dist/multimedia/AudioRecorder/useAudioRecorder.d.ts +0 -16
- package/dist/multimedia/AudioRecorder/useAudioRecorder.js +0 -307
- package/dist/multimedia/Embed/Embed.js +0 -32
- package/dist/multimedia/ImageEditor/components/ImageEditor.js +0 -116
- package/dist/multimedia/ImageEditor/components/ImageEditorToolbar.d.ts +0 -7
- package/dist/multimedia/ImageEditor/components/ImageEditorToolbar.js +0 -69
- package/dist/multimedia/ImageEditor/effects/blur.d.ts +0 -19
- package/dist/multimedia/ImageEditor/effects/blur.js +0 -72
- package/dist/multimedia/ImageEditor/effects/crop.d.ts +0 -28
- package/dist/multimedia/ImageEditor/effects/misc.d.ts +0 -154
- package/dist/multimedia/ImageEditor/effects/resize.d.ts +0 -25
- package/dist/multimedia/ImageEditor/effects/rotate.d.ts +0 -8
- package/dist/multimedia/ImageEditor/hooks/useHistoryTool.d.ts +0 -32
- package/dist/multimedia/ImageEditor/hooks/useImageEditor.d.ts +0 -30
- package/dist/multimedia/ImageEditor/hooks/useImageEffects.d.ts +0 -23
- package/dist/multimedia/ImagePickerWorkspace/ImagePickerWorkspace.d.ts +0 -46
- package/dist/multimedia/ImagePickerWorkspace/ImagePickerWorkspace.js +0 -39
- package/dist/multimedia/ImagePickerWorkspace/index.d.ts +0 -2
- package/dist/multimedia/Linker/ExternalLinker.d.ts +0 -28
- package/dist/multimedia/Linker/ExternalLinker.js +0 -45
- package/dist/multimedia/Linker/InternalLinker.d.ts +0 -28
- package/dist/multimedia/Linker/InternalLinker.js +0 -114
- package/dist/multimedia/Linker/index.d.ts +0 -4
- package/dist/multimedia/LinkerCard/LinkerCard.d.ts +0 -13
- package/dist/multimedia/LinkerCard/LinkerCard.js +0 -38
- package/dist/multimedia/MediaLibrary/MediaLibrary.d.ts +0 -84
- package/dist/multimedia/MediaLibrary/MediaLibrary.js +0 -211
- package/dist/multimedia/MediaLibrary/MediaLibraryContext.d.ts +0 -60
- package/dist/multimedia/MediaLibrary/innertabs/ExternalLink.d.ts +0 -6
- package/dist/multimedia/MediaLibrary/innertabs/ExternalLink.js +0 -17
- package/dist/multimedia/MediaLibrary/innertabs/InternalLink.d.ts +0 -11
- package/dist/multimedia/MediaLibrary/innertabs/InternalLink.js +0 -35
- package/dist/multimedia/MediaLibrary/innertabs/Upload.js +0 -34
- package/dist/multimedia/MediaLibrary/innertabs/VideoEmbedder.js +0 -14
- package/dist/multimedia/MediaLibrary/innertabs/Workspace.js +0 -31
- package/dist/multimedia/UploadFiles/UploadFiles.d.ts +0 -9
- package/dist/multimedia/UploadFiles/UploadFiles.js +0 -56
- package/dist/multimedia/VideoEmbed/VideoEmbed.d.ts +0 -5
- package/dist/multimedia/VideoEmbed/VideoEmbed.js +0 -77
- package/dist/multimedia/VideoRecorder/VideoRecorder.d.ts +0 -14
- package/dist/multimedia/VideoRecorder/VideoRecorder.js +0 -259
- package/dist/multimedia/Workspace/Workspace.d.ts +0 -33
- package/dist/multimedia/Workspace/Workspace.js +0 -169
- package/dist/multimedia/index.d.ts +0 -8
- package/dist/portal/Header/Badge.d.ts +0 -5
- package/dist/portal/Header/Badge.js +0 -9
- package/dist/portal/Header/Header.js +0 -171
- package/dist/portal/Header/NavItem.d.ts +0 -6
- package/dist/portal/Header/NavLink.js +0 -19
- package/dist/portal/Header/NavbarNav.d.ts +0 -6
- package/dist/portal/Header/WidgetApps.d.ts +0 -9
- package/dist/portal/Header/WidgetApps.js +0 -23
- package/dist/portal/Header/index.d.ts +0 -5
- package/dist/portal/Help/Help.js +0 -25
- package/dist/portal/Help/hooks/useHelp.d.ts +0 -10
- package/dist/portal/Help/hooks/useHelp.js +0 -85
- package/dist/portal/Help/index.d.ts +0 -1
- package/dist/portal/Layout/Layout.d.ts +0 -12
- package/dist/portal/Layout/Layout.js +0 -43
- package/dist/portal/Layout/index.d.ts +0 -1
- package/dist/portal/Main/Main.d.ts +0 -16
- package/dist/portal/Main/index.d.ts +0 -2
- package/dist/portal/SearchEngine/SearchEngine.js +0 -33
- package/dist/portal/SearchEngine/index.d.ts +0 -1
- package/dist/utils/MockedDataProvider/MockedDataProvider.d.ts +0 -28
- package/dist/utils/MockedDataProvider/MockedDataProvider.js +0 -26
- package/dist/utils/StringUtils.d.ts +0 -5
- package/dist/utils/StringUtils.js +0 -14
- package/dist/utils/addTimestampToUrl.d.ts +0 -6
- package/dist/utils/addTimestampToUrl.js +0 -7
- package/dist/utils/blob.d.ts +0 -9
- package/dist/utils/blob.js +0 -15
- package/dist/utils/checkUserRight.d.ts +0 -11
- package/dist/utils/checkUserRight.js +0 -44
- package/dist/utils/fileSize.d.ts +0 -1
- package/dist/utils/fileSize.js +0 -8
- package/dist/utils/findTreeNode.d.ts +0 -9
- package/dist/utils/findTreeNode.js +0 -11
- package/dist/utils/index.d.ts +0 -14
- package/dist/utils/isActionAvailable.d.ts +0 -2
- package/dist/utils/isActionAvailable.js +0 -7
- package/dist/utils/libraryMaps.d.ts +0 -4
- package/dist/utils/libraryMaps.js +0 -12
- package/dist/utils/noop.d.ts +0 -4
- package/dist/utils/noop.js +0 -5
- package/dist/utils/thumbnail.d.ts +0 -8
- package/dist/utils/thumbnail.js +0 -6
- package/dist/utils/time.d.ts +0 -2
- package/dist/utils/time.js +0 -11
- package/dist/utils/treeview.d.ts +0 -33
- package/dist/utils/treeview.js +0 -133
- package/dist/utils/video.d.ts +0 -1
- package/dist/utils/video.js +0 -4
- package/dist/widgets/BookmarkedApps/BookmarkedApps.d.ts +0 -8
- package/dist/widgets/BookmarkedApps/BookmarkedApps.js +0 -8
- package/dist/widgets/Widget/Widget.js +0 -22
- /package/dist/{portal/Header → components/Layout/components}/Header.d.ts +0 -0
- /package/dist/{portal/Help → components/Layout/components}/Help.d.ts +0 -0
- /package/dist/{portal/Header → components/Layout/components}/NavItem.js +0 -0
- /package/dist/{portal/Header → components/Layout/components}/NavLink.d.ts +0 -0
- /package/dist/{portal/Header → components/Layout/components}/Navbar.d.ts +0 -0
- /package/dist/{portal/Header → components/Layout/components}/Navbar.js +0 -0
- /package/dist/{portal/Header → components/Layout/components}/NavbarNav.js +0 -0
- /package/dist/{portal/SearchEngine → components/Layout/components}/SearchEngine.d.ts +0 -0
- /package/dist/{portal → components/Layout}/index.d.ts +0 -0
- /package/dist/components/Menu/{Menu.d.ts → components/Menu.d.ts} +0 -0
- /package/dist/components/Menu/{MenuContext.d.ts → components/MenuContext.d.ts} +0 -0
- /package/dist/components/Menu/{MenuContext.js → components/MenuContext.js} +0 -0
- /package/dist/components/Menu/{MenuItem.d.ts → components/MenuItem.d.ts} +0 -0
- /package/dist/components/Menu/{MenuItem.js → components/MenuItem.js} +0 -0
- /package/dist/components/Tabs/{TabsItem.d.ts → components/TabsItem.d.ts} +0 -0
- /package/dist/components/Tabs/{TabsPanel.d.ts → components/TabsPanel.d.ts} +0 -0
- /package/dist/components/Tabs/{TabsContext.js → context/TabsContext.js} +0 -0
- /package/dist/{core → hooks}/useAvatar/index.d.ts +0 -0
- /package/dist/{core → hooks}/useBookmark/index.d.ts +0 -0
- /package/dist/{core → hooks}/useCantoo/index.d.ts +0 -0
- /package/dist/{core → hooks}/useCantoo/useCantoo.d.ts +0 -0
- /package/dist/{core → hooks}/useConf/index.d.ts +0 -0
- /package/dist/{core → hooks}/useConversation/index.d.ts +0 -0
- /package/dist/{core → hooks}/useConversation/useConversation.d.ts +0 -0
- /package/dist/{core → hooks}/useCookiesConsent/index.d.ts +0 -0
- /package/dist/{core → hooks}/useCookiesConsent/useCookiesConsent.d.ts +0 -0
- /package/dist/{core → hooks}/useCookiesConsent/useCookiesConsent.js +0 -0
- /package/dist/{core → hooks}/useDate/index.d.ts +0 -0
- /package/dist/{core → hooks}/useHasWorkflow/index.d.ts +0 -0
- /package/dist/{core → hooks}/useHasWorkflow/useHasWorkflow.d.ts +0 -0
- /package/dist/{core → hooks}/useHeader/index.d.ts +0 -0
- /package/dist/{core → hooks}/useIsAdml/index.d.ts +0 -0
- /package/dist/{core → hooks}/useIsAdml/useIsAdml.d.ts +0 -0
- /package/dist/{core → hooks}/useLibraryUrl/index.d.ts +0 -0
- /package/dist/{core → hooks}/useLibraryUrl/useLibraryUrl.d.ts +0 -0
- /package/dist/{core → hooks}/useMediaLibrary/index.d.ts +0 -0
- /package/dist/{core → hooks}/usePaths/index.d.ts +0 -0
- /package/dist/{core → hooks}/usePaths/usePaths.d.ts +0 -0
- /package/dist/{core → hooks}/usePreferences/index.d.ts +0 -0
- /package/dist/{core → hooks}/usePreferences/usePreferences.d.ts +0 -0
- /package/dist/{core → hooks}/useResource/index.d.ts +0 -0
- /package/dist/{core → hooks}/useResourceSearch/index.d.ts +0 -0
- /package/dist/{core → hooks}/useSession/index.d.ts +0 -0
- /package/dist/{core → hooks}/useSession/useSession.d.ts +0 -0
- /package/dist/{core → hooks}/useTrashedResource/index.d.ts +0 -0
- /package/dist/{core → hooks}/useTrashedResource/useTrashedResource.d.ts +0 -0
- /package/dist/{core → hooks}/useUpload/index.d.ts +0 -0
- /package/dist/{core → hooks}/useUploadFiles/index.d.ts +0 -0
- /package/dist/{core → hooks}/useUser/index.d.ts +0 -0
- /package/dist/{core → hooks}/useWorkspaceFile/index.d.ts +0 -0
- /package/dist/{core → hooks}/useWorkspaceSearch/index.d.ts +0 -0
- /package/dist/{core → hooks}/useXitiTrackPageLoad/index.d.ts +0 -0
- /package/dist/{core → hooks}/useXitiTrackPageLoad/useXitiTrackPageLoad.d.ts +0 -0
- /package/dist/{core → hooks}/useZendeskGuide/index.d.ts +0 -0
- /package/dist/{core → hooks}/useZendeskGuide/useZendeskGuide.d.ts +0 -0
- /package/dist/{components/Audience → modules/audience}/index.d.ts +0 -0
- /package/dist/{common → modules/modals}/OnboardingModal/OnboardingModal.d.ts +0 -0
- /package/dist/{common → modules/modals}/OnboardingModal/index.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/ActivitiesDropdown.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/LangSelect.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/PublishModalFooter.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/SubjectsDropdown.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/ToastError.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/ToastError.js +0 -0
- /package/dist/{common → modules/modals}/PublishModal/components/ToastSuccess.js +0 -0
- /package/dist/{common → modules/modals}/PublishModal/constants/ageOptions.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/constants/ageOptions.js +0 -0
- /package/dist/{common → modules/modals}/PublishModal/hooks/useActivitiesOptions.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/hooks/useActivitiesOptions.js +0 -0
- /package/dist/{common → modules/modals}/PublishModal/hooks/useLanguageOptions.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/hooks/useLanguageOptions.js +0 -0
- /package/dist/{common → modules/modals}/PublishModal/hooks/useSubjectsOptions.d.ts +0 -0
- /package/dist/{common → modules/modals}/PublishModal/hooks/useSubjectsOptions.js +0 -0
- /package/dist/{common → modules/modals}/PublishModal/index.d.ts +0 -0
- /package/dist/{common → modules/modals}/ResourceModal/hooks/useThumb.js +0 -0
- /package/dist/{common → modules/modals}/ResourceModal/index.d.ts +0 -0
- /package/dist/{common → modules/modals}/ShareModal/ShareBookmark.d.ts +0 -0
- /package/dist/{common → modules/modals}/ShareModal/index.d.ts +0 -0
- /package/dist/{common → modules/modals}/ShareModal/utils/hasRight.js +0 -0
- /package/dist/{common → modules/modals}/ShareModal/utils/showShareRightLine.js +0 -0
- /package/dist/{common → modules/modals}/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/AudioRecorder/AudioRecorderTimer.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/AudioRecorder/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/Embed/Embed.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/Embed/index.d.ts +0 -0
- /package/dist/{components → modules/multimedia}/FileCard/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/components/ImageEditor.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/effects/crop.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/effects/misc.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/effects/resize.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/effects/rotate.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/hooks/useHistoryTool.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/hooks/useImageEditor.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/hooks/useImageEffects.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/ImageEditor/index.d.ts +0 -0
- /package/dist/{multimedia/ImageEditor/utils → modules/multimedia/ImageEditor/utilities}/aggregate.d.ts +0 -0
- /package/dist/{multimedia/ImageEditor/utils → modules/multimedia/ImageEditor/utilities}/aggregate.js +0 -0
- /package/dist/{multimedia/ImageEditor/utils → modules/multimedia/ImageEditor/utilities}/debounceAggregate.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/LinkerCard/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/MediaLibraryContext.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Audio.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Audio.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Iframe.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Iframe.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Upload.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Video.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Video.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/VideoEmbedder.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Workspace.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/index.js +0 -0
- /package/dist/{multimedia → modules/multimedia}/UploadFiles/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/VideoEmbed/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/VideoRecorder/index.d.ts +0 -0
- /package/dist/{multimedia → modules/multimedia}/Workspace/index.d.ts +0 -0
- /package/dist/{widgets → modules/widgets}/BookmarkedApps/index.d.ts +0 -0
- /package/dist/{widgets → modules/widgets}/Widget/Widget.d.ts +0 -0
- /package/dist/{widgets → modules/widgets}/Widget/index.d.ts +0 -0
- /package/dist/{widgets → modules/widgets}/index.d.ts +0 -0
- /package/dist/{utils → providers}/MockedDataProvider/index.d.ts +0 -0
- /package/dist/{utils → utilities/refs}/ref.d.ts +0 -0
- /package/dist/{utils → utilities/refs}/ref.js +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
export { default as IconAccount } from './IconAccount';
|
|
2
|
+
export { default as IconActualites } from './IconActualites';
|
|
3
|
+
export { default as IconAdminPortal } from './IconAdminPortal';
|
|
4
|
+
export { default as IconAdmin } from './IconAdmin';
|
|
5
|
+
export { default as IconAdmissionPostBac } from './IconAdmissionPostBac';
|
|
6
|
+
export { default as IconAgenda } from './IconAgenda';
|
|
7
|
+
export { default as IconArchive } from './IconArchive';
|
|
8
|
+
export { default as IconAssistance } from './IconAssistance';
|
|
9
|
+
export { default as IconAssr } from './IconAssr';
|
|
10
|
+
export { default as IconAward } from './IconAward';
|
|
11
|
+
export { default as IconBanquesavoir } from './IconBanquesavoir';
|
|
12
|
+
export { default as IconBcdi } from './IconBcdi';
|
|
13
|
+
export { default as IconBiblionisep } from './IconBiblionisep';
|
|
14
|
+
export { default as IconBlog } from './IconBlog';
|
|
15
|
+
export { default as IconBookmarkEmpty } from './IconBookmarkEmpty';
|
|
16
|
+
export { default as IconCahierDeTexte } from './IconCahierDeTexte';
|
|
17
|
+
export { default as IconCahierTextes } from './IconCahierTextes';
|
|
18
|
+
export { default as IconCalendar } from './IconCalendar';
|
|
19
|
+
export { default as IconCanalNumerique } from './IconCanalNumerique';
|
|
20
|
+
export { default as IconCcn } from './IconCcn';
|
|
21
|
+
export { default as IconCerise } from './IconCerise';
|
|
22
|
+
export { default as IconCervoprint } from './IconCervoprint';
|
|
23
|
+
export { default as IconCharlemagne } from './IconCharlemagne';
|
|
24
|
+
export { default as IconCharte } from './IconCharte';
|
|
25
|
+
export { default as IconChat } from './IconChat';
|
|
26
|
+
export { default as IconCidj } from './IconCidj';
|
|
27
|
+
export { default as IconCns } from './IconCns';
|
|
28
|
+
export { default as IconCollaborativeWall } from './IconCollaborativeWall';
|
|
29
|
+
export { default as IconCommunity } from './IconCommunity';
|
|
30
|
+
export { default as IconCompetences } from './IconCompetences';
|
|
31
|
+
export { default as IconConnecteurGenerique1 } from './IconConnecteurGenerique1';
|
|
32
|
+
export { default as IconConnecteurGenerique2 } from './IconConnecteurGenerique2';
|
|
33
|
+
export { default as IconConversation } from './IconConversation';
|
|
34
|
+
export { default as IconDirectory } from './IconDirectory';
|
|
35
|
+
export { default as IconEducagri } from './IconEducagri';
|
|
36
|
+
export { default as IconEdumedia } from './IconEdumedia';
|
|
37
|
+
export { default as IconEdumoov } from './IconEdumoov';
|
|
38
|
+
export { default as IconEdutheque } from './IconEdutheque';
|
|
39
|
+
export { default as IconElectron } from './IconElectron';
|
|
40
|
+
export { default as IconElyceepicardie } from './IconElyceepicardie';
|
|
41
|
+
export { default as IconEsidoc } from './IconEsidoc';
|
|
42
|
+
export { default as IconEuropress } from './IconEuropress';
|
|
43
|
+
export { default as IconExercizer } from './IconExercizer';
|
|
44
|
+
export { default as IconForms } from './IconForms';
|
|
45
|
+
export { default as IconForum } from './IconForum';
|
|
46
|
+
export { default as IconGepi } from './IconGepi';
|
|
47
|
+
export { default as IconGlpi } from './IconGlpi';
|
|
48
|
+
export { default as IconHiboutheque } from './IconHiboutheque';
|
|
49
|
+
export { default as IconItopstore } from './IconItopstore';
|
|
50
|
+
export { default as IconKne } from './IconKne';
|
|
51
|
+
export { default as IconLeSiteTv } from './IconLeSiteTv';
|
|
52
|
+
export { default as IconLemonde } from './IconLemonde';
|
|
53
|
+
export { default as IconLesechos } from './IconLesechos';
|
|
54
|
+
export { default as IconLibrary } from './IconLibrary';
|
|
55
|
+
export { default as IconLsu } from './IconLsu';
|
|
56
|
+
export { default as IconMadmagz } from './IconMadmagz';
|
|
57
|
+
export { default as IconMatholycee } from './IconMatholycee';
|
|
58
|
+
export { default as IconMaxicours } from './IconMaxicours';
|
|
59
|
+
export { default as IconMediacentre } from './IconMediacentre';
|
|
60
|
+
export { default as IconMindmap } from './IconMindmap';
|
|
61
|
+
export { default as IconMonorientationenligne } from './IconMonorientationenligne';
|
|
62
|
+
export { default as IconMonstageenligne } from './IconMonstageenligne';
|
|
63
|
+
export { default as IconMoodle } from './IconMoodle';
|
|
64
|
+
export { default as IconMuseefrancaisphoto } from './IconMuseefrancaisphoto';
|
|
65
|
+
export { default as IconMyNetwork } from './IconMyNetwork';
|
|
66
|
+
export { default as IconNetvibes } from './IconNetvibes';
|
|
67
|
+
export { default as IconNote } from './IconNote';
|
|
68
|
+
export { default as IconNotebook } from './IconNotebook';
|
|
69
|
+
export { default as IconNotes } from './IconNotes';
|
|
70
|
+
export { default as IconOnisep } from './IconOnisep';
|
|
71
|
+
export { default as IconOnisep2 } from './IconOnisep2';
|
|
72
|
+
export { default as IconPad } from './IconPad';
|
|
73
|
+
export { default as IconPages } from './IconPages';
|
|
74
|
+
export { default as IconParametrage } from './IconParametrage';
|
|
75
|
+
export { default as IconParametrages } from './IconParametrages';
|
|
76
|
+
export { default as IconParaschool } from './IconParaschool';
|
|
77
|
+
export { default as IconParcours } from './IconParcours';
|
|
78
|
+
export { default as IconPearltrees } from './IconPearltrees';
|
|
79
|
+
export { default as IconPicardieCursus } from './IconPicardieCursus';
|
|
80
|
+
export { default as IconPlaceholder } from './IconPlaceholder';
|
|
81
|
+
export { default as IconPoll } from './IconPoll';
|
|
82
|
+
export { default as IconPresences } from './IconPresences';
|
|
83
|
+
export { default as IconProeps } from './IconProeps';
|
|
84
|
+
export { default as IconPronote } from './IconPronote';
|
|
85
|
+
export { default as IconPublic } from './IconPublic';
|
|
86
|
+
export { default as IconQwantJunior } from './IconQwantJunior';
|
|
87
|
+
export { default as IconQwant } from './IconQwant';
|
|
88
|
+
export { default as IconRack } from './IconRack';
|
|
89
|
+
export { default as IconRbs } from './IconRbs';
|
|
90
|
+
export { default as IconResidenceArtiste } from './IconResidenceArtiste';
|
|
91
|
+
export { default as IconRessourcesdepartementale91 } from './IconRessourcesdepartementale91';
|
|
92
|
+
export { default as IconSacoche } from './IconSacoche';
|
|
93
|
+
export { default as IconSchoolbook } from './IconSchoolbook';
|
|
94
|
+
export { default as IconScolinfo } from './IconScolinfo';
|
|
95
|
+
export { default as IconScrapbook } from './IconScrapbook';
|
|
96
|
+
export { default as IconSearchengine } from './IconSearchengine';
|
|
97
|
+
export { default as IconSettingsClass } from './IconSettingsClass';
|
|
98
|
+
export { default as IconSharebigfiles } from './IconSharebigfiles';
|
|
99
|
+
export { default as IconStatistics } from './IconStatistics';
|
|
100
|
+
export { default as IconStats } from './IconStats';
|
|
101
|
+
export { default as IconSuitcase } from './IconSuitcase';
|
|
102
|
+
export { default as IconSupport } from './IconSupport';
|
|
103
|
+
export { default as IconTimeline } from './IconTimeline';
|
|
104
|
+
export { default as IconTimelinegenerator } from './IconTimelinegenerator';
|
|
105
|
+
export { default as IconTurboself } from './IconTurboself';
|
|
106
|
+
export { default as IconUniversalis } from './IconUniversalis';
|
|
107
|
+
export { default as IconUnstagepourtous } from './IconUnstagepourtous';
|
|
108
|
+
export { default as IconUserbook } from './IconUserbook';
|
|
109
|
+
export { default as IconVideo } from './IconVideo';
|
|
110
|
+
export { default as IconVieScolaire } from './IconVieScolaire';
|
|
111
|
+
export { default as IconVisioconf } from './IconVisioconf';
|
|
112
|
+
export { default as IconWebclasseur } from './IconWebclasseur';
|
|
113
|
+
export { default as IconWebsite } from './IconWebsite';
|
|
114
|
+
export { default as IconWiki } from './IconWiki';
|
|
115
|
+
export { default as IconWorkspace } from './IconWorkspace';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconCongrats: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconCongrats;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconCongrats = ({
|
|
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__ */ jsxs("g", { clipPath: "url(#icon-congrats_svg__a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M21.283 14.477a25.5 25.5 0 0 0-2.684-5.022 2.3 2.3 0 0 0-.34-.388L15.894 6.89a1.07 1.07 0 0 0-.94-.266 1.07 1.07 0 0 0-.771.6 1.8 1.8 0 0 0-.175.84l-3.933-3.624a1.552 1.552 0 0 0-2.598 1.09l-.038-.033a1.52 1.52 0 0 0-1.11-.409 1.53 1.53 0 0 0-1.079.5 1.54 1.54 0 0 0-.41 1.11v.085a1.4 1.4 0 0 0-.541-.074 1.5 1.5 0 0 0-1.074.5 1.57 1.57 0 0 0-.409 1.11c.016.415.192.797.5 1.074l.717.659a1.56 1.56 0 0 0-1.073.61c-.473.628-.362 1.558.244 2.116l5.537 5.101c.32.298.665.574 1.026.818l1.637 1.122c.255.175.52.334.786.483l1.988 1.079a5.2 5.2 0 0 0 2.476.632c1.52 0 3.013-.67 4.028-1.913a5.18 5.18 0 0 0 .6-5.622" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#C8E4AF", d: "M11.632 14.716 5.766 9.312A1.284 1.284 0 0 1 5.69 7.5a1.284 1.284 0 0 1 1.812-.075l6.042 5.601-5.144-4.772a1.284 1.284 0 0 1-.074-1.812 1.284 1.284 0 0 1 1.812-.074l5.867 5.404 1.286 1.185-2.28-2.099a1.535 1.535 0 0 1-.345-1.785.82.82 0 0 1 1.296-.25l2.365 2.179c.112.106.213.217.303.345q.334.486.67 1.02a25 25 0 0 1 1.987 3.943 4.922 4.922 0 0 1-6.728 6.573l-1.987-1.078a10 10 0 0 1-.765-.468l-1.637-1.12a9 9 0 0 1-1-.793L3.64 14.323c-.494-.457-.616-1.222-.213-1.759a1.283 1.283 0 0 1 1.898-.175l4.245 3.895.303.276-6.121-5.622a1.284 1.284 0 0 1-.075-1.812A1.284 1.284 0 0 1 5.49 9.05l6 5.527" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { stroke: "#C8E4AF", strokeMiterlimit: 10, d: "M11.632 14.716 5.766 9.312A1.284 1.284 0 0 1 5.69 7.5a1.284 1.284 0 0 1 1.812-.075l6.042 5.601-5.144-4.772a1.284 1.284 0 0 1-.074-1.812 1.284 1.284 0 0 1 1.812-.074l5.867 5.404 1.286 1.185-2.28-2.099a1.535 1.535 0 0 1-.345-1.785.82.82 0 0 1 1.296-.25l2.365 2.179c.112.106.213.217.303.345q.334.486.67 1.02a25 25 0 0 1 1.987 3.943 4.922 4.922 0 0 1-6.728 6.573l-1.987-1.078a10 10 0 0 1-.765-.468l-1.637-1.12a9 9 0 0 1-1-.793L3.64 14.323c-.494-.457-.616-1.222-.213-1.759a1.283 1.283 0 0 1 1.898-.175l4.245 3.895.303.276-6.121-5.622a1.284 1.284 0 0 1-.075-1.812A1.284 1.284 0 0 1 5.49 9.05l6 5.527" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M21.772 16.109a25.8 25.8 0 0 0-2.716-5.075 3 3 0 0 0-.377-.436L16.314 8.42a1.353 1.353 0 0 0-2.136.41 1.8 1.8 0 0 0-.144.403L10.49 5.964a1.813 1.813 0 0 0-2.965.813 1.82 1.82 0 0 0-2.232.351c-.266.292-.43.659-.468 1.047a1.813 1.813 0 0 0-1.552.574 1.813 1.813 0 0 0 .106 2.561l.357.33a1.8 1.8 0 0 0-.75.584c-.552.733-.43 1.818.277 2.471L8.8 19.797c.33.303.685.59 1.057.845l1.637 1.12q.4.272.808.495l1.987 1.079a5.45 5.45 0 0 0 6.84-1.35c1.365-1.68 1.615-4.001.642-5.888zM14.8 22.41l-1.988-1.079a8 8 0 0 1-.717-.44l-1.637-1.122a8 8 0 0 1-.935-.744l-5.538-5.101c-.308-.287-.377-.75-.148-1.047a.75.75 0 0 1 .531-.303h.07c.19 0 .371.069.51.202l4.548 4.171c.213.197.553.181.75-.032a.534.534 0 0 0-.033-.749l-6.121-5.622a.72.72 0 0 1-.24-.52.73.73 0 0 1 .197-.538.72.72 0 0 1 .516-.239.7.7 0 0 1 .542.197l.175.16c.032.037.07.068.106.106l5.867 5.404a.55.55 0 0 0 .383.138.53.53 0 0 0 .34-.92l-.101-.09s-.032-.037-.053-.053L6.053 8.876a.756.756 0 0 1 .01-1.01.754.754 0 0 1 1.063-.042l6.037 5.601a.523.523 0 0 0 .749-.026.53.53 0 0 0-.027-.755L8.736 7.872a.72.72 0 0 1-.239-.52.78.78 0 0 1 .197-.543.761.761 0 0 1 1.063-.042l7.152 6.59a.57.57 0 0 0 .383.143.53.53 0 0 0 .335-.92l-2.28-2.104a1.01 1.01 0 0 1-.229-1.17.28.28 0 0 1 .202-.159c.09-.016.18.011.25.07l2.365 2.178c.09.08.16.165.223.255a24.64 24.64 0 0 1 2.62 4.905 4.389 4.389 0 0 1-6.005 5.861z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#C8E4AF", stroke: "#C8E4AF", strokeMiterlimit: 10, d: "M4.4.932V.92C4.214.554 3.916.358 3.55.379a.98.98 0 0 0-.84.622c-.122.335-.021.685.282.972 0 0 1.53 1.265 1.557 1.292.069.063.159.095.25.095a.4.4 0 0 0 .238-.08.38.38 0 0 0 .133-.467L4.39.937z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M2.588 3.27c-.266-.271-.675-.335-1.042-.165-.366.17-.579.526-.542.898.016.25.128.479.314.649.17.154.388.239.632.239h.07c.052-.01.201-.016.376-.021.776-.027 1.058-.048 1.138-.213a.43.43 0 0 0 .08-.255.4.4 0 0 0-.128-.287l-.893-.845zM7.12.012a.94.94 0 0 0-.802 1.074c.016.053.027.202.048.377.085.77.128 1.052.298 1.116a.4.4 0 0 0 .218.064h.042a.4.4 0 0 0 .276-.149l.776-.956c.25-.287.282-.702.085-1.053-.196-.35-.563-.536-.935-.473z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#C8E4AF", stroke: "#C8E4AF", strokeMiterlimit: 10, d: "M21.665 3.376c.26-.313.314-.675.15-.993a.97.97 0 0 0-.91-.505c-.356.026-.632.265-.77.659l-.532 1.955a.38.38 0 0 0 .192.452.4.4 0 0 0 .196.053.36.36 0 0 0 .282-.128l1.387-1.482.01-.01z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M17.451 1.564a.939.939 0 0 0-.388 1.286c.032.053.101.191.181.35.345.686.478.936.659.936q.039.009.085.01a.41.41 0 0 0 .388-.276l.398-1.163a.91.91 0 0 0-.281-1.015c-.303-.26-.718-.309-1.042-.123zM23.62 5.48a.943.943 0 0 0-1.312-.287c-.048.038-.18.117-.335.208-.659.393-.898.547-.882.728a.41.41 0 0 0 .303.446l1.19.314c.08.02.165.037.245.037a.93.93 0 0 0 .75-.393c.238-.325.254-.74.047-1.047z" })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-congrats_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
19
|
+
] });
|
|
20
|
+
export {
|
|
21
|
+
SvgIconCongrats as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconCongratsCounter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconCongratsCounter;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconCongratsCounter = ({
|
|
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: "#C8E4AF", d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#4E9019", d: "M17.736 13.37a16.4 16.4 0 0 0-1.73-3.237 1.5 1.5 0 0 0-.218-.25L14.264 8.48a.69.69 0 0 0-.606-.171.69.69 0 0 0-.497.387c-.082.175-.12.36-.113.541L10.514 6.9a1 1 0 0 0-1.675.703l-.024-.021a.98.98 0 0 0-.716-.264.98.98 0 0 0-.695.322 1 1 0 0 0-.264.716v.055a.9.9 0 0 0-.349-.048.97.97 0 0 0-.692.322 1 1 0 0 0-.263.715.97.97 0 0 0 .322.692l.462.425c-.274.03-.524.171-.692.394-.305.404-.233 1.003.158 1.363l3.568 3.288c.206.191.428.37.661.527l1.055.723c.164.112.336.215.507.311l1.28.695a3.33 3.33 0 0 0 1.596.408 3.35 3.35 0 0 0 2.596-1.233c.84-1.03.987-2.459.387-3.623" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m11.517 13.524-3.78-3.483a.827.827 0 0 1 1.12-1.216l3.893 3.61L9.435 9.36a.827.827 0 0 1 1.12-1.216l3.78 3.483.83.763-1.47-1.352a.99.99 0 0 1-.222-1.15.53.53 0 0 1 .835-.162l1.524 1.404c.072.069.137.14.195.223q.216.314.432.657c.551.887.966 1.75 1.28 2.542a3.172 3.172 0 0 1-4.336 4.236l-1.28-.695a6 6 0 0 1-.493-.302l-1.055-.722a6 6 0 0 1-.643-.51L6.366 13.27c-.318-.295-.397-.788-.137-1.134a.826.826 0 0 1 1.223-.113l2.736 2.51.196.178-3.946-3.623a.827.827 0 0 1 1.12-1.216l3.867 3.562" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M18.051 14.421a16.6 16.6 0 0 0-1.75-3.27q-.103-.149-.243-.281l-1.524-1.404a.872.872 0 0 0-1.376.264 1.2 1.2 0 0 0-.093.26l-2.284-2.106a1.168 1.168 0 0 0-1.911.524 1.17 1.17 0 0 0-1.74.9 1.168 1.168 0 0 0-.932 2.02l.23.213a1.2 1.2 0 0 0-.483.377c-.356.473-.277 1.171.178 1.592l3.569 3.288c.212.195.442.38.681.545l1.055.722q.258.175.52.319l1.281.695a3.51 3.51 0 0 0 4.408-.87c.88-1.082 1.041-2.579.414-3.795zm-4.493 4.062-1.28-.695a5 5 0 0 1-.463-.285l-1.055-.722a5 5 0 0 1-.602-.48l-3.569-3.287c-.199-.185-.243-.483-.096-.675a.49.49 0 0 1 .343-.195h.044a.47.47 0 0 1 .329.13l2.931 2.688a.345.345 0 0 0 .483-.02.344.344 0 0 0-.02-.483l-3.945-3.623a.46.46 0 0 1-.155-.336.47.47 0 0 1 .127-.346.46.46 0 0 1 .332-.154.46.46 0 0 1 .35.127l.113.102c.02.025.044.045.068.069l3.781 3.483c.069.061.16.092.247.089a.341.341 0 0 0 .219-.592l-.065-.059s-.02-.024-.035-.034L7.921 9.76a.486.486 0 0 1 .692-.678l3.89 3.61a.337.337 0 0 0 .483-.017.342.342 0 0 0-.017-.486L9.651 9.112a.46.46 0 0 1-.154-.336.5.5 0 0 1 .126-.349.49.49 0 0 1 .685-.027l4.61 4.246a.37.37 0 0 0 .246.093.341.341 0 0 0 .216-.593l-1.47-1.356a.65.65 0 0 1-.146-.753.18.18 0 0 1 .13-.103.2.2 0 0 1 .16.045l1.525 1.404a1 1 0 0 1 .144.164 15.88 15.88 0 0 1 1.688 3.161 2.828 2.828 0 0 1-3.87 3.777z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M6.856 4.64v-.006c-.12-.237-.311-.363-.548-.35a.63.63 0 0 0-.54.4c-.08.217-.015.443.18.628 0 0 .987.815 1.004.832a.24.24 0 0 0 .161.061.26.26 0 0 0 .154-.05.246.246 0 0 0 .086-.302l-.504-1.21z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M5.688 6.15a.58.58 0 0 0-.67-.105.58.58 0 0 0-.35.578c.01.161.082.308.202.418.11.1.25.154.407.154h.045c.034-.007.13-.01.243-.014.5-.017.682-.03.733-.136a.28.28 0 0 0 .051-.165.25.25 0 0 0-.082-.185l-.575-.544z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#4E9019", d: "M8.61 4.048a.605.605 0 0 0-.518.692c.01.034.018.13.031.243.055.497.083.678.192.72a.25.25 0 0 0 .14.04h.028a.27.27 0 0 0 .178-.096l.5-.616a.59.59 0 0 0 .055-.678.58.58 0 0 0-.603-.305z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M17.983 6.22c.168-.203.202-.436.096-.641a.63.63 0 0 0-.586-.325c-.23.017-.407.17-.496.424l-.343 1.26a.245.245 0 0 0 .123.292.25.25 0 0 0 .127.034.23.23 0 0 0 .182-.082l.893-.956.007-.007z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "#5AC235", d: "M15.267 5.051a.606.606 0 0 0-.25.829c.02.034.065.123.117.226.222.442.308.603.424.603q.025.006.055.007c.11 0 .212-.069.25-.178l.257-.75a.59.59 0 0 0-.182-.654.58.58 0 0 0-.67-.08z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "#4E9019", d: "M19.243 7.572a.61.61 0 0 0-.846-.185c-.03.024-.116.075-.215.134-.425.253-.58.352-.569.469a.263.263 0 0 0 .195.287l.767.202a.6.6 0 0 0 .158.024.6.6 0 0 0 .483-.253.58.58 0 0 0 .03-.675z" })
|
|
18
|
+
] });
|
|
19
|
+
export {
|
|
20
|
+
SvgIconCongratsCounter as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconGreat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconGreat;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconGreat = ({
|
|
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__ */ jsxs("g", { clipPath: "url(#icon-great_svg__a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#FFB6C0", stroke: "#FFB6C0", strokeMiterlimit: 10, d: "m13.002 1.275 2.654 5.617c.162.345.475.584.842.64l5.935.899c.92.138 1.288 1.32.62 1.991l-4.298 4.373c-.264.27-.385.653-.325 1.036l1.012 6.17c.156.955-.801 1.683-1.626 1.231l-5.308-2.915a1.1 1.1 0 0 0-1.041 0l-5.309 2.915c-.818.452-1.781-.276-1.625-1.231l1.012-6.17c.06-.377-.06-.766-.325-1.036L.922 10.422c-.662-.678-.295-1.853.62-1.991l5.935-.899c.367-.056.68-.295.842-.64l2.654-5.617a1.102 1.102 0 0 1 2.01 0z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#FF3A55", d: "M23.48 10.875a1.83 1.83 0 0 0 .433-1.841c-.204-.653-.734-1.125-1.39-1.225l-5.934-.898a.53.53 0 0 1-.392-.296L13.543 1C13.248.383 12.66 0 12.003 0s-1.252.383-1.547.999L7.802 6.615a.53.53 0 0 1-.392.296l-5.934.898c-.65.1-1.186.565-1.39 1.225a1.84 1.84 0 0 0 .433 1.84l4.291 4.373c.12.126.18.302.15.478l-1.01 6.169c-.109.679.15 1.35.686 1.76.3.225.65.345 1.01.345.278 0 .555-.076.801-.208l5.309-2.915a.5.5 0 0 1 .481 0l5.309 2.915c.583.32 1.276.27 1.811-.138.536-.402.795-1.08.686-1.759l-1.01-6.17a.54.54 0 0 1 .15-.477zM18.11 22.673l-5.308-2.915a1.66 1.66 0 0 0-1.601 0l-5.308 2.915c-.18.1-.38.082-.548-.038a.53.53 0 0 1-.205-.527l1.011-6.17a1.85 1.85 0 0 0-.493-1.59L1.362 9.977a.55.55 0 0 1-.133-.552.5.5 0 0 1 .422-.365l5.934-.898a1.75 1.75 0 0 0 1.3-.98l2.654-5.617a.517.517 0 0 1 .927 0l2.654 5.617c.253.527.734.898 1.294.98l5.934.898a.51.51 0 0 1 .422.365.54.54 0 0 1-.133.552L18.34 14.35a1.85 1.85 0 0 0-.494 1.59l1.012 6.169a.54.54 0 0 1-.205.527.5.5 0 0 1-.548.044z" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-great_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
13
|
+
] });
|
|
14
|
+
export {
|
|
15
|
+
SvgIconGreat as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconGreatCounter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconGreatCounter;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconGreatCounter = ({
|
|
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: "#FFB6C0", d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m12.527 6.291 1.51 3.062c.093.188.271.318.48.349l3.377.49c.524.075.733.719.353 1.085L15.8 13.661a.64.64 0 0 0-.185.565l.576 3.363a.637.637 0 0 1-.925.671l-3.02-1.589a.65.65 0 0 0-.593 0l-3.02 1.59a.637.637 0 0 1-.925-.672l.575-3.363a.64.64 0 0 0-.185-.565l-2.445-2.384a.637.637 0 0 1 .353-1.085l3.377-.49a.64.64 0 0 0 .479-.35l1.51-3.061a.639.639 0 0 1 1.144 0z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#FF3A55", d: "M18.486 11.52a.97.97 0 0 0 .247-1.003.98.98 0 0 0-.791-.668l-3.377-.49a.3.3 0 0 1-.223-.16l-1.51-3.062a.981.981 0 0 0-1.757 0l-1.51 3.061a.3.3 0 0 1-.223.161l-3.376.49a.98.98 0 0 0-.791.668.97.97 0 0 0 .246 1.003l2.442 2.384a.3.3 0 0 1 .086.26l-.576 3.363a.979.979 0 0 0 1.421 1.034l3.021-1.589a.3.3 0 0 1 .274 0l3.02 1.59a.97.97 0 0 0 1.031-.076.98.98 0 0 0 .39-.959l-.575-3.363a.29.29 0 0 1 .086-.26zm-3.055 6.432-3.02-1.59a.98.98 0 0 0-.911 0l-3.02 1.59a.29.29 0 0 1-.312-.02.28.28 0 0 1-.117-.288l.576-3.363a.98.98 0 0 0-.281-.867L5.9 11.031a.29.29 0 0 1-.076-.302.28.28 0 0 1 .24-.198l3.377-.49a.99.99 0 0 0 .74-.534l1.51-3.062c.102-.209.424-.209.527 0l1.51 3.062c.144.287.418.49.737.534l3.376.49c.117.017.203.089.24.198.034.11.01.22-.075.302l-2.445 2.383a.98.98 0 0 0-.281.867l.575 3.363a.29.29 0 0 1-.116.287.29.29 0 0 1-.312.024z" })
|
|
11
|
+
] });
|
|
12
|
+
export {
|
|
13
|
+
SvgIconGreatCounter 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 SvgIconGuest: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconGuest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconGuest = ({
|
|
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: "M11.999 17.571q-1.476 0-2.847.482a8.4 8.4 0 0 0-2.557 1.46.5.5 0 0 0 .106.246q.087.109.192.14h10.204a.4.4 0 0 0 .192-.14.5.5 0 0 0 .106-.247 7.8 7.8 0 0 0-2.528-1.46 8.7 8.7 0 0 0-2.868-.48m0-1.399q1.694 0 3.18.515t2.74 1.445V4.409a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H6.388a.3.3 0 0 0-.211.096.3.3 0 0 0-.096.212v13.723q1.254-.93 2.74-1.445a9.6 9.6 0 0 1 3.178-.515m0-3.452q-.73 0-1.25-.52a1.7 1.7 0 0 1-.52-1.251 1.7 1.7 0 0 1 .521-1.25q.522-.52 1.251-.52.73 0 1.25.521.52.522.52 1.252a1.7 1.7 0 0 1-.522 1.249q-.52.52-1.25.52m-5.613 8.578q-.709 0-1.206-.498a1.64 1.64 0 0 1-.498-1.207V4.407q0-.71.498-1.207a1.64 1.64 0 0 1 1.206-.498h11.227q.71 0 1.207.498t.498 1.207v15.186q0 .71-.498 1.207a1.64 1.64 0 0 1-1.207.498zm5.617-7.179q1.318 0 2.242-.927a3.06 3.06 0 0 0 .924-2.245q0-1.318-.927-2.242a3.06 3.06 0 0 0-2.245-.924q-1.318 0-2.242.927a3.06 3.06 0 0 0-.924 2.245q0 1.318.926 2.242a3.06 3.06 0 0 0 2.246.924" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconGuest 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 SvgIconInteresting: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconInteresting;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconInteresting = ({
|
|
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: "#FAEA9C", d: "M19.5 8.042A7.447 7.447 0 0 0 11.752.601C7.945.748 4.789 3.873 4.61 7.68a7.4 7.4 0 0 0 1.805 5.231c.927 1.075 1.498 2.407 1.498 3.826v.448h7.909c0-1.535.65-2.966 1.688-4.09a7.4 7.4 0 0 0 1.99-5.059z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#D1AF00", d: "M17.628 2.246C16.038.717 13.93-.07 11.728.005c-4.133.16-7.522 3.524-7.719 7.65a8.04 8.04 0 0 0 1.947 5.655c.871 1.007 1.35 2.229 1.35 3.432v.449c0 .331.27.601.602.601h7.908c.332 0 .602-.27.602-.601 0-1.308.547-2.616 1.529-3.678a8 8 0 0 0 2.149-5.465c0-2.21-.878-4.267-2.468-5.802M8.51 16.589c-.037-1.443-.62-2.886-1.646-4.07a6.8 6.8 0 0 1-1.658-4.815c.166-3.512 3.052-6.367 6.57-6.502 1.88-.086 3.654.596 5.017 1.903a6.78 6.78 0 0 1 2.1 4.937c0 1.732-.651 3.377-1.83 4.648-1.038 1.117-1.676 2.493-1.824 3.899H8.504z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#D1AF00", d: "M15.823 16.46H7.914a.603.603 0 0 0-.602.602v2.382A4.56 4.56 0 0 0 11.868 24a4.56 4.56 0 0 0 4.556-4.556v-2.382a.603.603 0 0 0-.601-.602" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#D1AF00", d: "M13.784 18.124h-.902l.049-7.055H11.23v7.049h-.903v-7.049H9.314c-.387-.012-.915-.11-1.37-.497-.484-.411-.785-1.075-.803-1.768-.019-.639.208-1.216.632-1.615.675-.639 1.774-.762 2.56-.283.24.148.442.344.608.577.19.277.289.614.289.964v1.726h1.707l.012-1.707c0-.62.32-1.179.817-1.455.712-.387 1.522-.178 2.014.196.479.362.78 1.001.804 1.695s-.233 1.338-.682 1.725c-.331.283-.767.442-1.27.448h-.799l-.049 7.055zM9.26 7.508c-.313 0-.639.11-.866.332-.233.22-.362.552-.35.939.012.436.197.866.485 1.105.258.221.577.277.805.283h.994V8.44a.76.76 0 0 0-.135-.454 1.1 1.1 0 0 0-.331-.32 1.13 1.13 0 0 0-.602-.159m5.323.19a.73.73 0 0 0-.368.092c-.221.123-.362.387-.362.682l-.013 1.7h.786c.197 0 .48-.042.694-.226.24-.21.38-.596.368-1.014-.012-.43-.178-.804-.448-1.006a1.13 1.13 0 0 0-.657-.222z" })
|
|
12
|
+
] });
|
|
13
|
+
export {
|
|
14
|
+
SvgIconInteresting as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconInterestingCounter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconInterestingCounter;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconInterestingCounter = ({
|
|
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: "#FAEA9C", d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M16.24 9.75a4.24 4.24 0 0 0-4.411-4.236c-2.165.085-3.963 1.863-4.065 4.03a4.22 4.22 0 0 0 1.027 2.98c.527.61.853 1.37.853 2.178v.257h4.503c0-.873.37-1.688.963-2.329a4.22 4.22 0 0 0 1.13-2.88" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#D1AF00", d: "M15.178 6.448a4.6 4.6 0 0 0-3.36-1.277c-2.352.093-4.284 2.003-4.393 4.356a4.57 4.57 0 0 0 1.11 3.22c.496.575.77 1.267.77 1.955v.257c0 .188.154.342.342.342h4.504a.343.343 0 0 0 .342-.342c0-.747.308-1.49.87-2.093a4.57 4.57 0 0 0 1.223-3.113c0-1.257-.5-2.431-1.408-3.301zm-5.192 8.168c-.02-.822-.352-1.64-.935-2.315a3.89 3.89 0 0 1-.945-2.74 3.914 3.914 0 0 1 3.74-3.702 3.83 3.83 0 0 1 2.856 1.086 3.87 3.87 0 0 1 1.195 2.808c0 .983-.37 1.925-1.04 2.644-.593.637-.956 1.418-1.038 2.22H9.983z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#D1AF00", d: "M14.147 14.541H9.644a.343.343 0 0 0-.343.342v1.357a2.595 2.595 0 0 0 2.593 2.592 2.597 2.597 0 0 0 2.592-2.592v-1.356a.343.343 0 0 0-.342-.343z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#icon-interesting-counter_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "#D1AF00", d: "M12.99 16.072h-.524l.028-4.198h-.987v4.194h-.524v-4.19h-.59a1.27 1.27 0 0 1-.795-.297c-.276-.247-.45-.64-.461-1.056-.01-.38.122-.723.366-.959a1.24 1.24 0 0 1 1.487-.172c.14.086.258.204.353.344.111.164.167.365.167.572v1.027h.991l.007-1.012c0-.369.185-.702.475-.866.412-.23.883-.108 1.17.114.278.215.453.594.467 1.01.014.41-.136.797-.395 1.026a1.14 1.14 0 0 1-.74.269h-.464l-.028 4.197zm-2.625-6.313a.73.73 0 0 0-.502.197.73.73 0 0 0-.203.558c.007.261.116.512.283.659.15.129.335.164.464.168h.58v-1.027c0-.1-.028-.193-.077-.268a.65.65 0 0 0-.192-.19.66.66 0 0 0-.35-.097zm3.09.111a.43.43 0 0 0-.217.054c-.13.071-.21.232-.21.404l-.007 1.01h.454c.112 0 .28-.03.401-.137.14-.125.224-.354.213-.604-.007-.255-.104-.48-.258-.598a.67.67 0 0 0-.38-.132z" }) }),
|
|
13
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-interesting-counter_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M9.137 9.223h5.479v6.849H9.137z" }) }) })
|
|
14
|
+
] });
|
|
15
|
+
export {
|
|
16
|
+
SvgIconInterestingCounter as default
|
|
17
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconParent: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconParent;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconParent = ({
|
|
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: "M4.5 18.692V11.24l-1.27.987a.75.75 0 0 1-.557.152.7.7 0 0 1-.486-.304.77.77 0 0 1-.157-.558.7.7 0 0 1 .284-.486L4.5 9.35V7.23q0-.32.216-.535a.73.73 0 0 1 .534-.215q.32 0 .535.215A.73.73 0 0 1 6 7.231v.97l4.9-3.737a1.8 1.8 0 0 1 2.2 0l8.587 6.567q.248.192.283.486a.77.77 0 0 1-.156.558.72.72 0 0 1-.487.289.7.7 0 0 1-.542-.152L19.5 11.24v7.452q0 .749-.53 1.278-.53.53-1.278.53H6.308q-.748 0-1.278-.53a1.74 1.74 0 0 1-.53-1.278M6.308 19h4.5v-3.192q0-.502.345-.847t.847-.346.847.346.345.847V19h4.5a.3.3 0 0 0 .222-.087.3.3 0 0 0 .086-.22V10.1l-5.817-4.43A.27.27 0 0 0 12 5.601a.27.27 0 0 0-.183.067L6 10.1v8.592a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087m0 0H18 6zM5.425 5.385a.73.73 0 0 1-.633-.331.63.63 0 0 1-.051-.687q.3-.724.944-1.152.644-.426 1.43-.426.343 0 .64-.186A.92.92 0 0 0 8.16 2.1a.7.7 0 0 1 .642-.408.73.73 0 0 1 .64.336.66.66 0 0 1 .048.7 2.54 2.54 0 0 1-.949 1.138 2.53 2.53 0 0 1-1.425.423q-.343 0-.64.163a.83.83 0 0 0-.405.496.86.86 0 0 1-.257.316.63.63 0 0 1-.389.12" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconParent 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 SvgIconPersonnel: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconPersonnel;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconPersonnel = ({
|
|
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 20V5.25q0-.25.1-.45a1 1 0 0 1 .3-.35l4-3a1 1 0 0 1 1.2 0l4 3q.2.15.3.35t.1.45V7h9q.424 0 .712.287Q22 7.576 22 8v12q0 .424-.288.712A.97.97 0 0 1 21 21H3a.97.97 0 0 1-.712-.288A.97.97 0 0 1 2 20m2-1h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm0-4h2V5H4zm4 0h2V5H8zm0 12h12V9H8zm7-8h2q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 17 13h-2a.97.97 0 0 1-.713-.287A.97.97 0 0 1 14 12q0-.424.287-.713A.97.97 0 0 1 15 11m0 4h2q.424 0 .712.287.288.288.288.713 0 .424-.288.712A.97.97 0 0 1 17 17h-2a.97.97 0 0 1-.713-.288A.97.97 0 0 1 14 16q0-.424.287-.713A.97.97 0 0 1 15 15m-3-3q0 .424-.287.713A.97.97 0 0 1 11 13a.97.97 0 0 1-.713-.287A.97.97 0 0 1 10 12q0-.424.287-.713A.97.97 0 0 1 11 11q.424 0 .713.287.287.288.287.713m-1 5a.97.97 0 0 1-.713-.288A.97.97 0 0 1 10 16q0-.424.287-.713A.97.97 0 0 1 11 15q.424 0 .713.287.287.288.287.713 0 .424-.287.712A.97.97 0 0 1 11 17" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconPersonnel 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 SvgIconStudent: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconStudent;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconStudent = ({
|
|
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("g", { clipPath: "url(#icon-student_svg__a)", children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", stroke: "currentColor", strokeWidth: 0.2, clipPath: "url(#icon-student_svg__b)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "m7.308 5.284.028.096.016-.005.055-.015.009-.003.01-.002A4 4 0 0 1 7.9 5.26a.4.4 0 0 0 .111-.017q.23-.027.467-.028h7.149q.143.001.286.011.074.031.156.034a4 4 0 0 1 1.836.745l.007.005.008.004.003.002c.062.03.135.067.212.086a3.98 3.98 0 0 1 1.44 2.665l.853 10.79c.088 1.007-.218 1.878-.826 2.53a3.13 3.13 0 0 1-2.221.914H6.813a3.18 3.18 0 0 1-2.398-1.09l-.004-.005a3.09 3.09 0 0 1-.87-2.483l.988-10.655a3.96 3.96 0 0 1 2.808-3.389zm0 0A4.06 4.06 0 0 0 4.43 8.756L7.892 5.16a4 4 0 0 0-.491.098l-.02.005-.057.016zm14.218 14.168v-.001L20.672 8.66v-.001a4.93 4.93 0 0 0-1.73-3.36l1.632-3.74v-.004c.107-.266.005-.6-.28-.714-.266-.107-.6-.005-.714.279l-1.547 3.569a5 5 0 0 0-1.076-.412L18.55.66l.002-.003c.106-.267.004-.6-.281-.714-.266-.107-.6-.005-.714.278L15.834 4.12l-.163-.003h-.44v-.44c0-1.224-1.034-2.258-2.258-2.258h-1.978c-1.225 0-2.259 1.034-2.259 2.259v.44h-.214q-.196 0-.387.013L6.365.22c-.114-.283-.447-.385-.713-.278-.285.114-.387.447-.28.714l.001.004 1.659 3.667c-.35.09-.725.24-1.072.425L4.387 1.299c-.115-.283-.447-.385-.713-.278-.285.114-.388.447-.281.714l.002.005 1.684 3.697a5 5 0 0 0-1.603 3.266l-.989 10.61c-.138 1.244.277 2.44 1.104 3.36A4.3 4.3 0 0 0 6.813 24.1H17.38c1.15 0 2.256-.46 3.04-1.29l.002-.002c.783-.876 1.196-2.072 1.104-3.356ZM9.836 3.677c0-.62.54-1.16 1.159-1.16h1.978c.62 0 1.16.54 1.16 1.16v.44H9.835z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "m5.625 20.95.003.001a.48.48 0 0 0 .416-.127.68.68 0 0 0 .193-.357l.002-.01.899-9.487v-.01a3.03 3.03 0 0 1 3.048-3.047h3.597c1.697 0 3.047 1.348 3.047 3.093v.01l.9 9.441.001.01c.052.261.265.486.548.486h.008l.009-.002a.66.66 0 0 0 .382-.193.57.57 0 0 0 .15-.4h.001v-.01l-.9-9.392a4.13 4.13 0 0 0-4.146-4.142h-3.597c-2.301 0-4.144 1.84-4.147 4.097l-.899 9.434a.48.48 0 0 0 .128.413.68.68 0 0 0 .357.193Z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "M13.7 20.711c.041.034.07.042.082.042.013 0 .041-.008.082-.042a.6.6 0 0 0 .124-.155c.08-.142.144-.35.144-.603zm0 0a.6.6 0 0 1-.123-.155m.123.155-.123-.155m0 0a1.2 1.2 0 0 1-.144-.603m.144.603-.144-.603m0 0c0-.253.063-.46.144-.602m-.144.602.144-.602m0 0a.6.6 0 0 1 .123-.156m-.123.156.123-.156m0 0c.041-.034.07-.041.082-.041m-.082.041.082-.041m0 0c.013 0 .042.007.082.041m-.082-.041.082.041m0 0q.061.05.124.156m-.123-.156.123.156m0 0c.08.141.144.349.144.602zm1.143-3.544H8.836a.55.55 0 0 0-.396.152.55.55 0 0 0-.153.397.55.55 0 0 0 .153.397c.1.1.239.153.396.153h4.397v1.286c-.546.287-.9.98-.9 1.761 0 .514.152.985.408 1.33s.62.569 1.041.569.786-.223 1.042-.569c.256-.345.407-.816.407-1.33 0-.782-.354-1.474-.899-1.76v-1.287h.8a.55.55 0 0 0 .396-.153c.1-.1.153-.24.153-.397a.55.55 0 0 0-.153-.397.55.55 0 0 0-.397-.152Z" })
|
|
12
|
+
] }) }),
|
|
13
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
14
|
+
/* @__PURE__ */ jsx("clipPath", { id: "icon-student_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }),
|
|
15
|
+
/* @__PURE__ */ jsx("clipPath", { id: "icon-student_svg__b", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) })
|
|
16
|
+
] })
|
|
17
|
+
] });
|
|
18
|
+
export {
|
|
19
|
+
SvgIconStudent as default
|
|
20
|
+
};
|
|
@@ -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: "M3.5 17.111V9.894q0-.627.462-1.047.46-.42 1.09-.37 1.956.3 3.714 1.162A14 14 0 0 1 12 11.84a14 14 0 0 1 3.234-2.2 12.8 12.8 0 0 1 3.714-1.162q.629-.05 1.09.37t.462 1.047v7.217q0 .6-.395 1.026a1.47 1.47 0 0 1-.994.478q-1.676.26-3.181.83a13 13 0 0 0-2.882 1.54 1.7 1.7 0 0 1-.497.274 1.7 1.7 0 0 1-.552.089q-.292 0-.55-.088a1.7 1.7 0 0 1-.497-.276 13 13 0 0 0-2.877-1.539q-1.5-.57-3.187-.83a1.47 1.47 0 0 1-.993-.478 1.46 1.46 0 0 1-.395-1.026m8.5 2.77q1.575-1.165 3.35-1.87t3.65-.93V9.988a11.8 11.8 0 0 0-3.664 1.289q-1.773.963-3.336 2.527-1.563-1.564-3.336-2.527A11.8 11.8 0 0 0 5 9.988v7.093q1.875.225 3.65.93t3.35 1.87m0-11.093q-1.491 0-2.553-1.062T8.385 5.173 9.447 2.62 12 1.558t2.553 1.062 1.062 2.553-1.062 2.553T12 8.788m0-1.5q.873 0 1.494-.621.621-.622.621-1.494 0-.873-.621-1.494A2.04 2.04 0 0 0 12 3.058q-.873 0-1.494.621a2.04 2.04 0 0 0-.621 1.494q0 .873.621 1.494T12 7.288" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconTeacher 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 SvgIconThanks: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconThanks;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconThanks = ({
|
|
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__ */ jsxs("g", { clipPath: "url(#icon-thanks_svg__a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#2F7EA7", d: "m22.912 18.366-4.622-2.518a.542.542 0 0 0-.805.462c-.082 3.313-3.552 4.623-3.59 4.64a.54.54 0 0 0-.326.326.55.55 0 0 0 .044.462l1.169 1.996a.55.55 0 0 0 .467.267h2.785a5.16 5.16 0 0 0 5.156-5.156.55.55 0 0 0-.283-.479zM9.294 20.944c-.032-.011-3.502-1.31-3.584-4.64a.53.53 0 0 0-.272-.456.55.55 0 0 0-.532-.005L.283 18.36a.54.54 0 0 0-.283.478 5.16 5.16 0 0 0 5.156 5.156H7.94a.55.55 0 0 0 .468-.267l1.17-1.996a.55.55 0 0 0 .043-.462.54.54 0 0 0-.327-.326" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#B9E3F8", stroke: "#B9E3F8", strokeMiterlimit: 10, d: "m18.029 16.32-.479-.26a3.82 3.82 0 0 1-1.833-2.257l-1.343-4.476a6.5 6.5 0 0 1-.256-1.37l-.5-6.472a1.014 1.014 0 0 0-1.012-.936c-.56 0-1.017.457-1.017 1.017v15.935a2.56 2.56 0 0 0 1.099 2.105c.337.234.62.538.827.897l.56.957s3.856-1.376 3.948-5.134z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#B9E3F8", stroke: "#B9E3F8", strokeMiterlimit: 10, d: "m5.161 16.32.479-.26a3.82 3.82 0 0 0 1.832-2.257l1.344-4.476c.136-.446.217-.903.255-1.37l.5-6.472a1.014 1.014 0 0 1 1.012-.936c.56 0 1.017.457 1.017 1.017v15.935a2.56 2.56 0 0 1-1.098 2.105c-.338.234-.62.538-.827.897l-.56.957s-3.856-1.376-3.948-5.134z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#2F7EA7", d: "m18.29 15.842-.479-.26a3.26 3.26 0 0 1-1.572-1.937L14.896 9.17a6 6 0 0 1-.234-1.256l-.495-6.472A1.57 1.57 0 0 0 12.612 0c-.392 0-.74.147-1.017.386A1.53 1.53 0 0 0 10.578 0c-.81 0-1.49.63-1.555 1.441l-.5 6.472a6 6 0 0 1-.235 1.256l-1.343 4.476a3.26 3.26 0 0 1-1.572 1.936l-.478.261a.54.54 0 0 0-.283.49c.103 4.258 4.449 5.667 4.492 5.667a.55.55 0 0 0 .468-.267l.56-.957c.168-.288.392-.533.669-.723.31-.218.576-.49.788-.794.213.304.474.576.789.794.277.19.5.435.669.723l.56.957a.55.55 0 0 0 .468.267c.06 0 .125-.011.18-.033.043-.016 4.209-1.539 4.307-5.634a.55.55 0 0 0-.283-.49zm-3.987 4.922-.315-.533a3.4 3.4 0 0 0-.984-1.066 2.01 2.01 0 0 1-.865-1.658V1.571c0-.261.212-.473.473-.473a.47.47 0 0 1 .468.435l.5 6.471q.057.759.277 1.485l1.344 4.476a4.36 4.36 0 0 0 2.093 2.583l.18.098c-.229 2.415-2.252 3.682-3.16 4.128zm-3.252-3.263c0 .658-.32 1.278-.865 1.659-.408.283-.74.642-.984 1.066l-.315.538c-.909-.446-2.937-1.713-3.16-4.128l.18-.098A4.33 4.33 0 0 0 8 13.955L9.343 9.48q.22-.726.278-1.484l.5-6.472a.47.47 0 0 1 .468-.435c.26 0 .473.212.473.473v15.935z" })
|
|
13
|
+
] }),
|
|
14
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-thanks_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
15
|
+
] });
|
|
16
|
+
export {
|
|
17
|
+
SvgIconThanks as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconThanksCounter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconThanksCounter;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconThanksCounter = ({
|
|
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: "#B9E3F8", d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#2F7EA7", d: "m19.127 14.884-2.911-1.586a.342.342 0 0 0-.507.291c-.052 2.086-2.236 2.911-2.26 2.921a.34.34 0 0 0-.206.206.35.35 0 0 0 .027.29l.737 1.258a.35.35 0 0 0 .294.168h1.754a3.25 3.25 0 0 0 3.246-3.247.34.34 0 0 0-.178-.301zM10.551 16.51c-.02-.007-2.205-.825-2.257-2.921 0-.12-.068-.23-.17-.288a.34.34 0 0 0-.336-.003l-2.911 1.585a.34.34 0 0 0-.178.302 3.25 3.25 0 0 0 3.246 3.246H9.7c.12 0 .232-.065.294-.167l.736-1.257a.35.35 0 0 0 .028-.291.34.34 0 0 0-.206-.206" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m16.051 13.6-.301-.165a2.4 2.4 0 0 1-1.154-1.421l-.846-2.819a4 4 0 0 1-.161-.863l-.315-4.075a.639.639 0 0 0-1.277.051v10.035c0 .527.256 1.024.691 1.325.213.147.39.339.52.565l.354.603s2.428-.867 2.486-3.233z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m7.949 13.6.301-.165a2.4 2.4 0 0 0 1.154-1.421l.846-2.819q.127-.42.161-.863l.315-4.075a.639.639 0 0 1 1.277.051v10.035c0 .527-.256 1.024-.691 1.325a1.75 1.75 0 0 0-.52.565l-.354.603s-2.428-.867-2.486-3.233z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#46AFE6", d: "m16.216 13.298-.302-.165a2.05 2.05 0 0 1-.99-1.219l-.845-2.818a4 4 0 0 1-.148-.791l-.311-4.076a.99.99 0 0 0-.98-.907.97.97 0 0 0-.64.243.96.96 0 0 0-.64-.243.987.987 0 0 0-.98.907l-.315 4.076c-.02.267-.072.534-.147.79l-.846 2.82c-.158.523-.51.958-.99 1.218l-.301.165a.34.34 0 0 0-.178.308c.065 2.682 2.801 3.568 2.829 3.568.12 0 .232-.064.294-.167l.353-.603a1.4 1.4 0 0 1 .421-.456c.195-.136.363-.308.497-.5.133.192.297.364.496.5q.262.182.421.456l.353.603a.35.35 0 0 0 .295.167.3.3 0 0 0 .113-.02c.027-.01 2.65-.97 2.712-3.548a.35.35 0 0 0-.178-.308zm-2.51 3.1-.2-.337a2.15 2.15 0 0 0-.619-.67 1.27 1.27 0 0 1-.545-1.045V4.312c0-.165.134-.298.298-.298.154 0 .285.12.295.274l.315 4.075q.036.477.175.935l.846 2.818a2.75 2.75 0 0 0 1.318 1.627l.113.062c-.144 1.52-1.418 2.318-1.99 2.599zm-2.048-2.056c0 .415-.202.805-.545 1.045a2.1 2.1 0 0 0-.62.671l-.199.34c-.571-.282-1.849-1.08-1.99-2.6l.114-.062c.64-.35 1.11-.925 1.318-1.626l.846-2.819a4.3 4.3 0 0 0 .175-.935l.315-4.075a.295.295 0 0 1 .295-.274c.164 0 .297.133.297.298v10.034z" })
|
|
13
|
+
] });
|
|
14
|
+
export {
|
|
15
|
+
SvgIconThanksCounter as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as IconCongratsCounter } from './IconCongratsCounter';
|
|
2
|
+
export { default as IconCongrats } from './IconCongrats';
|
|
3
|
+
export { default as IconGreatCounter } from './IconGreatCounter';
|
|
4
|
+
export { default as IconGreat } from './IconGreat';
|
|
5
|
+
export { default as IconGuest } from './IconGuest';
|
|
6
|
+
export { default as IconInterestingCounter } from './IconInterestingCounter';
|
|
7
|
+
export { default as IconInteresting } from './IconInteresting';
|
|
8
|
+
export { default as IconParent } from './IconParent';
|
|
9
|
+
export { default as IconPersonnel } from './IconPersonnel';
|
|
10
|
+
export { default as IconStudent } from './IconStudent';
|
|
11
|
+
export { default as IconTeacher } from './IconTeacher';
|
|
12
|
+
export { default as IconThanksCounter } from './IconThanksCounter';
|
|
13
|
+
export { default as IconThanks } from './IconThanks';
|