@layers-app/shared 0.1.5 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/enitityIcons/flow.svg.js +5 -0
- package/dist/assets/enitityIcons/form.svg.js +5 -0
- package/dist/assets/enitityIcons/index.d.ts +5 -0
- package/dist/assets/enitityIcons/page.svg.js +5 -0
- package/dist/assets/enitityIcons/sprint.svg.js +5 -0
- package/dist/assets/fileTypes/archieve.svg.js +4 -0
- package/dist/assets/fileTypes/archives.svg.js +5 -0
- package/dist/assets/fileTypes/audio.svg.js +5 -0
- package/dist/assets/fileTypes/code.svg.js +5 -0
- package/dist/assets/fileTypes/diagram.svg.js +4 -0
- package/dist/assets/fileTypes/documents.svg.js +4 -0
- package/dist/assets/fileTypes/documentsStorage.svg.js +5 -0
- package/dist/assets/fileTypes/docx.svg.js +4 -0
- package/dist/assets/fileTypes/folder.svg.js +4 -0
- package/dist/assets/fileTypes/images.svg.js +5 -0
- package/dist/assets/fileTypes/media.svg.js +4 -0
- package/dist/assets/fileTypes/other.svg.js +4 -0
- package/dist/assets/fileTypes/other.svg2.js +5 -0
- package/dist/assets/fileTypes/pptx.svg.js +4 -0
- package/dist/assets/fileTypes/presentation.svg.js +4 -0
- package/dist/assets/fileTypes/sheet.svg.js +4 -0
- package/dist/assets/fileTypes/videos.svg.js +5 -0
- package/dist/assets/fileTypes/xlsx.svg.js +4 -0
- package/dist/assets/images/flags/es.svg.js +4 -0
- package/dist/assets/images/flags/ru.svg.js +4 -0
- package/dist/assets/images/flags/us.svg.js +4 -0
- package/dist/assets/images/person.png.js +4 -0
- package/dist/assets/images/person2.png.js +4 -0
- package/dist/assets/images/person3.png.js +4 -0
- package/dist/assets/images/person4.png.js +4 -0
- package/dist/assets/jsons/emoji-categorized.json.js +4 -0
- package/dist/assets/jsons/icons.min.json.d.ts +1 -1
- package/dist/assets/jsons/icons.min.json.js +4 -0
- package/dist/assets/layers-logo-full.svg.js +5 -0
- package/dist/assets/layers-logo-icon.svg.js +5 -0
- package/dist/assets/logo-copyright.svg.js +5 -0
- package/dist/assets/svg/alertMan.svg.js +7 -0
- package/dist/assets/svg/default_icon.svg.js +4 -0
- package/dist/assets/svg/discord-icon.svg.js +5 -0
- package/dist/assets/svg/discord.svg.js +5 -0
- package/dist/assets/svg/dog.svg.js +5 -0
- package/dist/assets/svg/layers-logo-full.svg.js +4 -0
- package/dist/assets/svg/noData/404.svg.js +9 -0
- package/dist/assets/svg/noData/500.svg.js +5 -0
- package/dist/assets/svg/noData/empty.svg.js +5 -0
- package/dist/assets/svg/noData/folder.svg.js +5 -0
- package/dist/assets/svg/noData/noAccess.svg.js +7 -0
- package/dist/assets/svg/noData/noAnswers.svg.js +5 -0
- package/dist/assets/svg/noData/noCloud.svg.js +5 -0
- package/dist/assets/svg/noData/noComments.svg.js +5 -0
- package/dist/assets/svg/noData/noData.svg.js +5 -0
- package/dist/assets/svg/noData/noFlows.svg.js +5 -0
- package/dist/assets/svg/noData/noForms.svg.js +5 -0
- package/dist/assets/svg/noData/noGroups.svg.js +17 -0
- package/dist/assets/svg/noData/noImage.svg.js +5 -0
- package/dist/assets/svg/noData/noMembers.svg.js +7 -0
- package/dist/assets/svg/noData/noNotifications.svg.js +5 -0
- package/dist/assets/svg/noData/noResults.svg.js +5 -0
- package/dist/assets/svg/noData/noSearchResults.svg.js +5 -0
- package/dist/assets/svg/noData/noTaskResults.svg.js +5 -0
- package/dist/assets/svg/noData/noTasks.svg.js +5 -0
- package/dist/assets/svg/noData/noWorkspaces.svg.js +7 -0
- package/dist/assets/svg/noData/trash.svg.js +7 -0
- package/dist/assets/svg/notSuccessMan.svg.js +7 -0
- package/dist/assets/svg/successMan.svg.js +5 -0
- package/dist/assets/svg/telegram-icon.svg.js +5 -0
- package/dist/assets/svg/telegram.svg.js +5 -0
- package/dist/components/AlertsBlock/index.js +53 -0
- package/dist/components/AnimationWrapper/index.js +15 -0
- package/dist/components/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.js +56 -0
- package/dist/components/AppContainer/AppContainer.module.css.js +15 -0
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +44 -0
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +52 -0
- package/dist/components/AppContainer/components/AppsSidebar/AppsSidebar.d.ts +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSidebar.js +16 -0
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +67 -0
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +80 -0
- package/dist/components/AppContainer/{Header.d.ts → components/Header.d.ts} +1 -1
- package/dist/components/AppContainer/components/Header.js +9 -0
- package/dist/components/AppContainer/components/Main.js +18 -0
- package/dist/components/AppContainer/components/NavbarContent.js +6 -0
- package/dist/components/AppContainer/components/RightSidebar.js +30 -0
- package/dist/components/AppContainer/components/SidebarToggleButton.js +27 -0
- package/dist/components/AppContainer/components/SlideAnimation.js +43 -0
- package/dist/components/AppContainer/components/ToolSidebar.d.ts +6 -2
- package/dist/components/AppContainer/components/ToolSidebar.js +84 -0
- package/dist/components/AppContainer/components/ToolbarNewButton.js +28 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +122 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +9 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.js +58 -0
- package/dist/components/AppContainer/components/menus/MoreMenu.js +42 -0
- package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.d.ts +1 -1
- package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js +44 -0
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +60 -0
- package/dist/components/AppContainer/hooks/useAppContainerActionsStore.js +10 -0
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +37 -0
- package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts +2 -3
- package/dist/components/AppContainer/hooks/useAppContainerStore.js +62 -0
- package/dist/components/AppContainer/hooks/useSetAppContainerLayout.d.ts +2 -0
- package/dist/components/AppContainer/hooks/useSetAppContainerLayout.js +10 -0
- package/dist/components/AppContainer/types.d.ts +8 -4
- package/dist/components/AppShell/AppShell.js +18 -0
- package/dist/components/AppShell/AppShell.module.css.js +19 -0
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +4 -2
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +39 -0
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.js +127 -0
- package/dist/components/AttachmentsGalleryModal/components/ErrorSection.js +14 -0
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +69 -0
- package/dist/components/AttachmentsGalleryModal/components/ModalFooter.js +13 -0
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +123 -0
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +4 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +41 -0
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +7 -0
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +54 -0
- package/dist/components/AttachmentsGalleryModal/constants.d.ts +2 -1
- package/dist/components/AttachmentsGalleryModal/constants.js +21 -0
- package/dist/components/AttachmentsGalleryModal/helpers.d.ts +22 -0
- package/dist/components/AttachmentsGalleryModal/helpers.js +40 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +35 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useEmblaCarousel.js +49 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +28 -0
- package/dist/components/AttachmentsGalleryModal/hooks/usePanning.d.ts +10 -0
- package/dist/components/AttachmentsGalleryModal/hooks/usePanning.js +61 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useZoomReset.js +16 -0
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +29 -0
- package/dist/components/BottomDrawerWithoutHeader/index.js +75 -0
- package/dist/components/BouncingLogo/BouncingLogo.js +22 -0
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +9 -0
- package/dist/components/CircleColorPicker/CircleColorPicker.js +72 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +1 -0
- package/dist/components/ColorPicker/ColorPicker.js +131 -0
- package/dist/components/ColorPicker/ColorPickerPopover.js +42 -0
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +61 -0
- package/dist/components/CommentComposer/index.d.ts +2 -1
- package/dist/components/CommentComposer/index.js +288 -0
- package/dist/components/CommentFilterMenu/index.js +92 -0
- package/dist/components/CommentsPanel/CommentsPanel.module.css.js +109 -0
- package/dist/components/CommentsPanel/components/CommentActionMenu.js +49 -0
- package/dist/components/CommentsPanel/components/CommentActions.js +151 -0
- package/dist/components/CommentsPanel/components/CommentPanelListItem.d.ts +2 -1
- package/dist/components/CommentsPanel/components/CommentPanelListItem.js +366 -0
- package/dist/components/CommentsPanel/components/CommentTabFilter.js +53 -0
- package/dist/components/CommentsPanel/components/CommentsEmptyPlaceholder.js +17 -0
- package/dist/components/CommentsPanel/components/CommentsFilterHeader.js +83 -0
- package/dist/components/CommentsPanel/components/CommentsListItemMenu.js +63 -0
- package/dist/components/CommentsPanel/components/CommentsPanelList.d.ts +2 -1
- package/dist/components/CommentsPanel/components/CommentsPanelList.js +74 -0
- package/dist/components/CommentsPanel/components/CommentsThreadReplyControls.js +108 -0
- package/dist/components/CommentsPanel/components/CommentsUploadFilesPreview.js +142 -0
- package/dist/components/CommentsPanel/components/Icon.js +29 -0
- package/dist/components/CommentsPanel/index.d.ts +2 -1
- package/dist/components/CommentsPanel/index.js +137 -0
- package/dist/components/CommentsPanel/store.js +32 -0
- package/dist/components/CommentsPanel/types.d.ts +5 -5
- package/dist/components/CommentsPanel/utils.js +189 -0
- package/dist/components/CommunitiesDialog/index.js +149 -0
- package/dist/components/CommunitiesDialog/styles.module.css.js +7 -0
- package/dist/components/Copyright/Copyright.module.css.js +7 -0
- package/dist/components/Copyright/index.d.ts +1 -2
- package/dist/components/Copyright/index.js +32 -0
- package/dist/components/CustomKBD/CustomKBD.module.css.js +7 -0
- package/dist/components/CustomKBD/index.js +40 -0
- package/dist/components/EmojiPicker/EmojiPanel.d.ts +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +273 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
- package/dist/components/EmojiPicker/EmojiPicker.js +222 -0
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +13 -0
- package/dist/components/EmojiPicker/IconsPanel.js +267 -0
- package/dist/components/EmojiPicker/constants.js +36 -0
- package/dist/components/EmojiPicker/custom-icons/StatusCancel.js +37 -0
- package/dist/components/EmojiPicker/custom-icons/StatusDone.js +29 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress00.js +17 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress10.js +20 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress100.js +20 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress20.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress30.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress40.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress50.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress60.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress70.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress80.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/StatusProgress90.js +26 -0
- package/dist/components/EmojiPicker/custom-icons/customIcons.js +99 -0
- package/dist/components/EmojiPicker/getIconsList.d.ts +11 -0
- package/dist/components/EmojiPicker/getIconsList.js +32 -0
- package/dist/components/EmojiPicker/getRandomIcon.d.ts +1 -0
- package/dist/components/EmojiPicker/getRandomIcon.js +10 -0
- package/dist/components/EntityIcon.d.ts +2 -0
- package/dist/components/EntityIcon.js +95 -0
- package/dist/components/EntityTitle/EntityTitle.js +86 -0
- package/dist/components/EntityTitle/EntityTitle.module.css.js +9 -0
- package/dist/components/ErrorAlert/index.js +20 -0
- package/dist/components/ErrorPage/components/Error403.js +51 -0
- package/dist/components/ErrorPage/components/Error404.js +5 -0
- package/dist/components/ErrorPage/components/Error406.js +47 -0
- package/dist/components/ErrorPage/components/Error500.js +58 -0
- package/dist/components/ErrorPage/components/ErrorUndefined.js +44 -0
- package/dist/components/ErrorPage/index.js +25 -0
- package/dist/components/FilePicker/FilePicker.js +242 -0
- package/dist/components/FilePicker/FilePicker.module.css.js +13 -0
- package/dist/components/FilePicker/FilePickerGallery.js +38 -0
- package/dist/components/FilePicker/FilePickerGiphy.js +91 -0
- package/dist/components/FilePicker/FilePickerLink.js +48 -0
- package/dist/components/FilePicker/FilePickerSkeletonLoader.js +9 -0
- package/dist/components/FilePicker/FilePickerUnsplash.js +95 -0
- package/dist/components/FilePicker/FilePickerUpload.js +86 -0
- package/dist/components/FilePicker/api/giphyApi.js +26 -0
- package/dist/components/FilePicker/api/unsplashApi.js +29 -0
- package/dist/components/FilePicker/types.d.ts +1 -0
- package/dist/components/FormViewer/FormViewer.js +42 -0
- package/dist/components/FormViewer/FormViewer.module.css.js +37 -0
- package/dist/components/FormViewer/components/AllSlidesLayout.js +24 -0
- package/dist/components/FormViewer/components/Container.js +27 -0
- package/dist/components/FormViewer/components/ListFocusBox.js +22 -0
- package/dist/components/FormViewer/components/NavControls.js +58 -0
- package/dist/components/FormViewer/components/Navigation/Navigation.js +37 -0
- package/dist/components/FormViewer/components/OneSlideLayput.js +133 -0
- package/dist/components/FormViewer/components/Step.js +225 -0
- package/dist/components/FormViewer/components/StepDescription.js +73 -0
- package/dist/components/FormViewer/components/StepTitle.js +118 -0
- package/dist/components/FormViewer/components/fields/AddOptionButton.js +24 -0
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.js +63 -0
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.js +70 -0
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.js +35 -0
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.js +135 -0
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.js +37 -0
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.js +93 -0
- package/dist/components/FormViewer/components/fields/ConfirmButton.js +49 -0
- package/dist/components/FormViewer/components/fields/ConfirmField.js +21 -0
- package/dist/components/FormViewer/components/fields/DateField.js +31 -0
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.js +81 -0
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +7 -0
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.js +117 -0
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +7 -0
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.js +70 -0
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +7 -0
- package/dist/components/FormViewer/components/fields/EmailField.js +26 -0
- package/dist/components/FormViewer/components/fields/LocationField.js +27 -0
- package/dist/components/FormViewer/components/fields/LongTextField.js +48 -0
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.js +38 -0
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.js +152 -0
- package/dist/components/FormViewer/components/fields/NumberField.js +28 -0
- package/dist/components/FormViewer/components/fields/PhoneField.js +24 -0
- package/dist/components/FormViewer/components/fields/ProgressLine.js +30 -0
- package/dist/components/FormViewer/components/fields/RatingField.js +33 -0
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +154 -0
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.js +110 -0
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +15 -0
- package/dist/components/FormViewer/components/fields/SliderField.js +31 -0
- package/dist/components/FormViewer/components/fields/StartButton.js +34 -0
- package/dist/components/FormViewer/components/fields/StartField.js +21 -0
- package/dist/components/FormViewer/components/fields/TextField.js +31 -0
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +155 -0
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.js +62 -0
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +7 -0
- package/dist/components/FormViewer/components/fields/YesNoField.js +37 -0
- package/dist/components/FormViewer/constants/defaultTheme.js +41 -0
- package/dist/components/FormViewer/helpers/conditions.d.ts +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +43 -0
- package/dist/components/FormViewer/helpers/controls.js +79 -0
- package/dist/components/FormViewer/helpers/cssScoping.js +10 -0
- package/dist/components/FormViewer/helpers/helpers.d.ts +1 -1
- package/dist/components/FormViewer/helpers/helpers.js +9 -0
- package/dist/components/FormViewer/helpers/slides.js +35 -0
- package/dist/components/FormViewer/helpers/staticClasses.js +48 -0
- package/dist/components/FormViewer/helpers/steps.d.ts +1 -1
- package/dist/components/FormViewer/helpers/steps.js +55 -0
- package/dist/components/FormViewer/helpers/themeUtils.js +8 -0
- package/dist/components/FormViewer/helpers/validation.js +87 -0
- package/dist/components/FormViewer/hooks/useActiveControl.js +9 -0
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +1 -1
- package/dist/components/FormViewer/hooks/useActiveStep.js +9 -0
- package/dist/components/FormViewer/hooks/useCreateFormContext.js +78 -0
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +132 -0
- package/dist/components/FormViewer/hooks/useFormMobile.js +15 -0
- package/dist/components/FormViewer/hooks/useInterpolateText.js +57 -0
- package/dist/components/FormViewer/store/formStore.d.ts +6 -6
- package/dist/components/FormViewer/store/formStore.js +84 -0
- package/dist/components/FormViewer/store/formStoreApi.d.ts +3 -3
- package/dist/components/FormViewer/store/formStoreApi.js +383 -0
- package/dist/components/FormViewer/store/selectors.d.ts +342 -342
- package/dist/components/FormViewer/store/selectors.js +98 -0
- package/dist/components/FormViewer/types/form.js +40 -0
- package/dist/components/FormViewer/types/schemes.d.ts +22 -22
- package/dist/components/FormViewer/types/schemes.js +314 -0
- package/dist/components/ImageModal/ImageModal.js +165 -0
- package/dist/components/LanguagePicker/LanguagePicker.js +41 -0
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +7 -0
- package/dist/components/Loaders/BaseLoader.js +8 -0
- package/dist/components/Loaders/styles.module.css.js +9 -0
- package/dist/components/Logotype.js +40 -0
- package/dist/components/NavMenu/NavMenu.d.ts +4 -2
- package/dist/components/NavMenu/NavMenu.js +98 -0
- package/dist/components/NavMenu/NavMenu.module.css.js +23 -0
- package/dist/components/NavMenu/components/DnDItem.js +44 -0
- package/dist/components/NavMenu/components/DnDProvider.js +64 -0
- package/dist/components/NavMenu/components/DraggableOverlay.js +18 -0
- package/dist/components/NavMenu/components/NavMenuActionIcon.js +27 -0
- package/dist/components/NavMenu/components/NavMenuItem.d.ts +5 -0
- package/dist/components/NavMenu/components/NavMenuItem.js +179 -0
- package/dist/components/NavMenu/components/NavMenuLabel.js +18 -0
- package/dist/components/NavMenu/store.d.ts +12 -2
- package/dist/components/NavMenu/store.js +61 -0
- package/dist/components/NavMenu/types.d.ts +10 -3
- package/dist/components/NavbarResizer/NavbarResizer.js +42 -0
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +7 -0
- package/dist/components/NewColorPicker/components/Pallete.js +46 -0
- package/dist/components/NewColorPicker/components/Target.js +47 -0
- package/dist/components/NewColorPicker/index.js +92 -0
- package/dist/components/NoData/NoData.js +103 -0
- package/dist/components/NoData/NoData.module.css.js +7 -0
- package/dist/components/NotFound/NoFound.js +65 -0
- package/dist/components/NotPublicPanel/NotPublicPanel.js +53 -0
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +19 -0
- package/dist/components/Notification/Notification.js +117 -0
- package/dist/components/Notification/Notification.module.css.js +7 -0
- package/dist/components/Notification/NotificationCard.js +92 -0
- package/dist/components/OnBoarding/OnBoardingPage.js +80 -0
- package/dist/components/OnBoarding/ProjectBoard.js +141 -0
- package/dist/components/OnBoarding/StepsNavBar.js +21 -0
- package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.js +42 -0
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.js +51 -0
- package/dist/components/OnBoarding/steps/CreateFirstProject.js +45 -0
- package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.js +42 -0
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.js +22 -0
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.js +217 -0
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.js +16 -0
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.js +56 -0
- package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.js +272 -0
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +9 -0
- package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.js +86 -0
- package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.js +26 -0
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.js +61 -0
- package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.js +42 -0
- package/dist/components/OnBoarding/steps/StartedStep.js +71 -0
- package/dist/components/OnBoarding/steps/Wrapper.js +49 -0
- package/dist/components/OnBoarding/steps/styles.module.css.js +17 -0
- package/dist/components/OnBoarding/styles.module.css.js +15 -0
- package/dist/components/PaymentCancel/PaymentCancel.js +41 -0
- package/dist/components/PaymentError/PaymentError.js +41 -0
- package/dist/components/PaymentSuccess/PaymentSuccess.js +41 -0
- package/dist/components/PinModal/PinModal.js +90 -0
- package/dist/components/PinModal/slice.js +28 -0
- package/dist/components/ProjectIcon/ProjectIcon.d.ts +1 -0
- package/dist/components/ProjectIcon/ProjectIcon.js +88 -0
- package/dist/components/SearchFilters/SearchFilters.js +37 -0
- package/dist/components/SearchFilters/SearchFilters.module.css.js +9 -0
- package/dist/components/SearchFilters/components/DateFilter.js +199 -0
- package/dist/components/SearchFilters/components/SearchHelp.js +121 -0
- package/dist/components/SearchFilters/components/Sort.js +99 -0
- package/dist/components/SearchFilters/components/Type.js +124 -0
- package/dist/components/SortableList/SortableList.js +44 -0
- package/dist/components/SortableList/components/SortableItem/SortableItem.js +82 -0
- package/dist/components/StorageUsageEntityList/StorageEntityItem.js +62 -0
- package/dist/components/StorageUsageEntityList/StorageUsageEntityList.js +27 -0
- package/dist/components/StorageUsageProgress/index.js +52 -0
- package/dist/components/SubmitModal/index.js +12 -0
- package/dist/components/ThemeIndicator/index.js +21 -0
- package/dist/components/UserAvatar/index.d.ts +3 -2
- package/dist/components/UserAvatar/index.js +22 -0
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +22 -0
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +41 -0
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +211 -0
- package/dist/components/modals/RemoveConfirmModal.d.ts +8 -1
- package/dist/components/modals/RemoveConfirmModal.js +68 -0
- package/dist/components/table/FrontTable.js +21 -0
- package/dist/components/table/api.js +248 -0
- package/dist/components/table/components/Table.js +139 -0
- package/dist/components/table/components/TableAggregation.js +31 -0
- package/dist/components/table/components/TableCell.js +55 -0
- package/dist/components/table/components/TableHeaderCell.js +159 -0
- package/dist/components/table/components/TableHeaders.js +99 -0
- package/dist/components/table/components/TableMenu.js +59 -0
- package/dist/components/table/components/TablePagination.js +52 -0
- package/dist/components/table/components/TablePanel.js +26 -0
- package/dist/components/table/components/TableRow.js +85 -0
- package/dist/components/table/components/TableRows.js +66 -0
- package/dist/components/table/components/TableSearch.js +32 -0
- package/dist/components/table/components/TableSkeleton.js +60 -0
- package/dist/components/table/components/TableTitle.js +26 -0
- package/dist/components/table/constants.js +28 -0
- package/dist/components/table/export.js +58 -0
- package/dist/components/table/helpers/columns.js +198 -0
- package/dist/components/table/helpers/formatters.js +65 -0
- package/dist/components/table/hooks/TableProvider.js +62 -0
- package/dist/components/table/hooks/useColumnsResizing.js +51 -0
- package/dist/components/table/hooks/useCreateTable.js +9 -0
- package/dist/components/table/hooks/useSaveRowCount.js +9 -0
- package/dist/components/table/hooks/useSorting.js +36 -0
- package/dist/components/table/hooks/useTableStore.js +6 -0
- package/dist/components/table/selectors.js +203 -0
- package/dist/components/table/store.js +65 -0
- package/dist/components/table/types.js +17 -0
- package/dist/constants.js +19 -0
- package/dist/helpers/combineStatuses.js +5 -0
- package/dist/helpers/dates.js +15 -0
- package/dist/helpers/download.js +17 -0
- package/dist/helpers/feature.js +7 -0
- package/dist/helpers/fileUtils.js +33 -0
- package/dist/helpers/filterHierarchyByTypes.js +13 -0
- package/dist/helpers/formatBytes.js +8 -0
- package/dist/helpers/generateLink.js +9 -0
- package/dist/helpers/getFileIcons.js +42 -0
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.js +40 -0
- package/dist/helpers/getPartOfTheDay.js +12 -0
- package/dist/helpers/getRandomIconColor.js +17 -0
- package/dist/helpers/hotjar.d.ts +9 -0
- package/dist/helpers/hotjar.js +19 -0
- package/dist/helpers/isAppMode.js +4 -0
- package/dist/helpers/pickRandomEmoji.d.ts +1 -0
- package/dist/helpers/pickRandomEmoji.js +12 -0
- package/dist/helpers/showNotifications.js +72 -0
- package/dist/helpers/themeUtils.js +5 -0
- package/dist/helpers/validation.js +38 -0
- package/dist/hooks/useAsyncStatus.d.ts +8 -0
- package/dist/hooks/useAsyncStatus.js +26 -0
- package/dist/hooks/useDateFnsLocale.js +13 -0
- package/dist/hooks/useDateUtils.js +33 -0
- package/dist/hooks/useDisableWindowScroll.js +24 -0
- package/dist/hooks/useEvent.js +12 -0
- package/dist/hooks/useFormatDistance.js +17 -0
- package/dist/hooks/useMenu.js +9 -0
- package/dist/hooks/useNumberQueryParam.js +14 -0
- package/dist/hooks/useOAuthErrorParams.js +16 -0
- package/dist/hooks/useOutsideClick.js +21 -0
- package/dist/hooks/useSwipeDetect.js +21 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +70 -76
- package/dist/index.js +397 -259
- package/dist/lang/locales/ui_en.json.d.ts +6 -5
- package/dist/lang/locales/ui_en.json.js +19 -0
- package/dist/lang/locales/ui_es.json.d.ts +2 -1
- package/dist/lang/locales/ui_es.json.js +19 -0
- package/dist/lang/locales/ui_ru.json.d.ts +2 -1
- package/dist/lang/locales/ui_ru.json.js +19 -0
- package/dist/store/accessOptionsControl.js +10 -0
- package/dist/store/discordDialogStore.js +14 -0
- package/dist/store/onboarding.js +53 -0
- package/dist/store/plansModal.js +13 -0
- package/dist/store/searchModal.js +13 -0
- package/dist/store/timezoneStore.js +19 -0
- package/dist/store/workspacesOrder.js +17 -0
- package/dist/utils/formatStorage.js +8 -0
- package/dist/utils/getPlanBadgeColor.js +17 -0
- package/dist/utils/queryParams.js +15 -0
- package/docs/README.md +486 -0
- package/package.json +32 -11
- package/dist/KanbanLayout-BnHAvyHl.js +0 -297
- package/dist/components/AppContainer/hooks/useHideHeader.d.ts +0 -1
- package/dist/components/AppContainer/hooks/useHideSidebar.d.ts +0 -1
- package/dist/components/AppTour/AppTour.d.ts +0 -7
- package/dist/components/AppTour/FinishModal.d.ts +0 -1
- package/dist/components/AppTour/HelloModal.d.ts +0 -1
- package/dist/components/AppTour/hooks/useAppTour.d.ts +0 -2
- package/dist/components/AppTour/index.d.ts +0 -4
- package/dist/components/AppTour/types.d.ts +0 -17
- package/dist/emoji-categorized-CRsMUQyD.js +0 -4
- package/dist/helpers/pickRandomIcon.d.ts +0 -1
- package/dist/helpers/token.d.ts +0 -3
- package/dist/icons.min-wo13YUY4.js +0 -4
- package/dist/index-BawytWAK.js +0 -96715
- package/dist/index.umd.cjs +0 -356
- /package/dist/components/AppContainer/{Main.d.ts → components/Main.d.ts} +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const a = () => {
|
|
2
|
+
const i = "https://static.hj.contentsquare.net/c/csq-6584903.js";
|
|
3
|
+
window.hj && window._hjSettings?.hjid === 6584903 || document.querySelector(`script[src="${i}"]`) || (function(t, e, s, c, h) {
|
|
4
|
+
t.hj = t.hj || function(...j) {
|
|
5
|
+
(t.hj.q = t.hj.q || []).push(j);
|
|
6
|
+
}, t._hjSettings = { hjid: h };
|
|
7
|
+
const r = e.getElementsByTagName("head")[0], n = e.createElement("script");
|
|
8
|
+
n.async = !0, n.src = s + t._hjSettings.hjid + c, r.appendChild(n);
|
|
9
|
+
})(
|
|
10
|
+
window,
|
|
11
|
+
document,
|
|
12
|
+
"https://static.hj.contentsquare.net/c/csq-",
|
|
13
|
+
".js",
|
|
14
|
+
6584903
|
|
15
|
+
);
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
a as initHotjar
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pickRandomEmoji: (setRandomIcon?: (icon: string) => void, onChange?: (icon: string) => void) => Promise<string>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IconEntity as e } from "../components/ProjectIcon/ProjectIcon.js";
|
|
2
|
+
const m = async (n, r) => {
|
|
3
|
+
const { default: o } = await import("../assets/jsons/emoji-categorized.json.js"), a = Math.floor(Math.random() * o.length), t = o[a].e[Math.floor(Math.random() * o[a].e.length)].e;
|
|
4
|
+
return n?.(t), r?.(
|
|
5
|
+
e.stringify({
|
|
6
|
+
emoji: t.replace("e:", "")
|
|
7
|
+
})
|
|
8
|
+
), t;
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
m as pickRandomEmoji
|
|
12
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { showNotification as r } from "@mantine/notifications";
|
|
2
|
+
import { isFunction as f, isObject as a } from "lodash-es";
|
|
3
|
+
const l = (t) => {
|
|
4
|
+
const o = t.title ? {
|
|
5
|
+
alignContent: "flex-start",
|
|
6
|
+
alignItems: "flex-start",
|
|
7
|
+
justifyContent: "flex-start"
|
|
8
|
+
} : void 0, n = t.title ? void 0 : { display: "flex", alignSelf: "center" };
|
|
9
|
+
return { root: o, body: n, description: {
|
|
10
|
+
lineHeight: "16px"
|
|
11
|
+
}, title: {
|
|
12
|
+
fontWeight: 400
|
|
13
|
+
}, icon: {
|
|
14
|
+
marginInlineEnd: "0px",
|
|
15
|
+
marginRight: "12px",
|
|
16
|
+
marginLeft: "2px",
|
|
17
|
+
marginTop: "1px",
|
|
18
|
+
width: 18,
|
|
19
|
+
height: 18
|
|
20
|
+
} };
|
|
21
|
+
}, m = (t, o = {}) => {
|
|
22
|
+
const { successMsg: n, errorMsg: s } = o;
|
|
23
|
+
return t.then((e) => {
|
|
24
|
+
if (n) {
|
|
25
|
+
const i = f(n) ? n(e) : n, c = {
|
|
26
|
+
id: o.notifyId,
|
|
27
|
+
...a(i) ? i : { message: i }
|
|
28
|
+
};
|
|
29
|
+
g(c);
|
|
30
|
+
}
|
|
31
|
+
return e;
|
|
32
|
+
}).catch((e) => {
|
|
33
|
+
if (s) {
|
|
34
|
+
const i = f(s) ? s(e) : s, c = {
|
|
35
|
+
id: o.notifyId,
|
|
36
|
+
...a(i) ? i : { message: i }
|
|
37
|
+
};
|
|
38
|
+
h(c);
|
|
39
|
+
}
|
|
40
|
+
return e;
|
|
41
|
+
});
|
|
42
|
+
}, y = (t) => {
|
|
43
|
+
const o = l(t);
|
|
44
|
+
r({
|
|
45
|
+
color: "blue",
|
|
46
|
+
styles: o,
|
|
47
|
+
withCloseButton: !0,
|
|
48
|
+
...t
|
|
49
|
+
});
|
|
50
|
+
}, g = (t) => {
|
|
51
|
+
const o = l(t);
|
|
52
|
+
r({
|
|
53
|
+
color: "green",
|
|
54
|
+
styles: o,
|
|
55
|
+
withCloseButton: !0,
|
|
56
|
+
...t
|
|
57
|
+
});
|
|
58
|
+
}, h = (t) => {
|
|
59
|
+
const o = l(t);
|
|
60
|
+
r({
|
|
61
|
+
color: "red",
|
|
62
|
+
styles: o,
|
|
63
|
+
withCloseButton: !0,
|
|
64
|
+
...t
|
|
65
|
+
});
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
h as showErrorNotification,
|
|
69
|
+
y as showMessageNotification,
|
|
70
|
+
m as showRequestNotifications,
|
|
71
|
+
g as showSuccessNotification
|
|
72
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const a = (o) => new Promise((r) => {
|
|
2
|
+
const e = new Image();
|
|
3
|
+
e.src = o, e.onload = () => r(!0), e.onerror = () => r(!1);
|
|
4
|
+
}), s = (o, r = 3e3) => new Promise((e) => {
|
|
5
|
+
const t = new Audio();
|
|
6
|
+
t.src = o;
|
|
7
|
+
const n = setTimeout(() => {
|
|
8
|
+
t.src = "", e(!1);
|
|
9
|
+
}, r);
|
|
10
|
+
t.onloadedmetadata = () => {
|
|
11
|
+
clearTimeout(n), e(!0);
|
|
12
|
+
}, t.onerror = () => {
|
|
13
|
+
clearTimeout(n), e(!1);
|
|
14
|
+
};
|
|
15
|
+
}), i = (o, r = 3e3) => new Promise((e) => {
|
|
16
|
+
const t = document.createElement("video");
|
|
17
|
+
t.src = o;
|
|
18
|
+
const n = setTimeout(() => {
|
|
19
|
+
t.src = "", e(!1);
|
|
20
|
+
}, r);
|
|
21
|
+
t.onloadedmetadata = () => {
|
|
22
|
+
clearTimeout(n), e(!0);
|
|
23
|
+
}, t.onerror = () => {
|
|
24
|
+
clearTimeout(n), e(!1);
|
|
25
|
+
};
|
|
26
|
+
}), c = (o) => {
|
|
27
|
+
try {
|
|
28
|
+
return !!new URL(o);
|
|
29
|
+
} catch {
|
|
30
|
+
return !1;
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
s as isAudioUrl,
|
|
35
|
+
a as isImageUrl,
|
|
36
|
+
c as isValidUrl,
|
|
37
|
+
i as isVideoUrl
|
|
38
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { useState as c, useCallback as a } from "react";
|
|
2
|
+
import { QueryStatus as t } from "@reduxjs/toolkit/query";
|
|
3
|
+
const f = () => {
|
|
4
|
+
const [s, e] = c(t.uninitialized), n = s === t.pending, o = s === t.rejected, i = s === t.fulfilled;
|
|
5
|
+
return {
|
|
6
|
+
onSubmit: a(
|
|
7
|
+
async (u) => {
|
|
8
|
+
e(t.pending);
|
|
9
|
+
try {
|
|
10
|
+
const r = await u();
|
|
11
|
+
return e(t.fulfilled), r;
|
|
12
|
+
} catch (r) {
|
|
13
|
+
throw e(t.rejected), r;
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
[]
|
|
17
|
+
),
|
|
18
|
+
isLoading: n,
|
|
19
|
+
isError: o,
|
|
20
|
+
isSuccess: i,
|
|
21
|
+
status: s
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
f as useAsyncStatus
|
|
26
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useEffect as e } from "react";
|
|
2
|
+
import { useTranslation as t } from "react-i18next";
|
|
3
|
+
import { setDefaultOptions as n } from "date-fns";
|
|
4
|
+
import { ru as r, enUS as a } from "date-fns/locale";
|
|
5
|
+
const l = () => {
|
|
6
|
+
const { i18n: o } = t();
|
|
7
|
+
e(() => {
|
|
8
|
+
n({ locale: { en: a, ru: r }[o.language] });
|
|
9
|
+
}, [o.language]);
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
l as useDateFnsLocale
|
|
13
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { differenceInDays as D, differenceInHours as T, differenceInMinutes as d, differenceInSeconds as u, formatDistance as y, isSameDay as z, formatDistanceToNow as p, format as U } from "date-fns";
|
|
2
|
+
import { toZonedTime as s, formatInTimeZone as C } from "date-fns-tz";
|
|
3
|
+
import { useLocalTimezone as w } from "../store/timezoneStore.js";
|
|
4
|
+
const W = () => {
|
|
5
|
+
const { timezone: n } = w();
|
|
6
|
+
return {
|
|
7
|
+
timezone: n,
|
|
8
|
+
formatDate: (e, o = "yyyy-MM-dd HH:mm:ss") => {
|
|
9
|
+
const r = typeof e == "string" ? new Date(e) : e, t = s(r, n || "UTC");
|
|
10
|
+
return U(t, o);
|
|
11
|
+
},
|
|
12
|
+
formatDateInTimezone: (e, o = "yyyy-MM-dd HH:mm:ss") => C(e, n || "UTC", o),
|
|
13
|
+
formatRelativeTime: (e, o) => {
|
|
14
|
+
const r = typeof e == "string" ? new Date(e) : e, t = s(r, n || "UTC");
|
|
15
|
+
return p(t, { ...o });
|
|
16
|
+
},
|
|
17
|
+
isSameDayWithTimezone: (e, o) => {
|
|
18
|
+
const r = s(e, n || "UTC"), t = s(o, n || "UTC");
|
|
19
|
+
return z(r, t);
|
|
20
|
+
},
|
|
21
|
+
formatDistanceWithTimezone: (e, o, r) => {
|
|
22
|
+
const t = s(e, n || "UTC"), a = s(o, n || "UTC");
|
|
23
|
+
return y(t, a, { ...r });
|
|
24
|
+
},
|
|
25
|
+
formatRelativeShortTime: (e) => {
|
|
26
|
+
const o = typeof e == "string" ? new Date(e) : e, r = /* @__PURE__ */ new Date(), t = s(o, n || "UTC"), a = s(r, n || "UTC"), i = D(a, t), m = T(a, t), f = d(a, t), c = u(a, t);
|
|
27
|
+
return i >= 1 ? `${i}d ago` : m >= 1 ? `${m}h ago` : f >= 1 ? `${f}m ago` : c >= 1 ? `${c}s ago` : "just now";
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
W as useDateUtils
|
|
33
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { useRef as s, useEffect as l } from "react";
|
|
2
|
+
const c = (r) => {
|
|
3
|
+
const t = s(0);
|
|
4
|
+
l(() => {
|
|
5
|
+
if (!r) return;
|
|
6
|
+
t.current = window.scrollY;
|
|
7
|
+
const o = (i) => i.preventDefault();
|
|
8
|
+
window.addEventListener("wheel", o, { passive: !1 }), window.addEventListener("touchmove", o, { passive: !1 });
|
|
9
|
+
const { style: e } = document.body, n = {
|
|
10
|
+
position: e.position,
|
|
11
|
+
top: e.top,
|
|
12
|
+
left: e.left,
|
|
13
|
+
right: e.right,
|
|
14
|
+
overflowY: e.overflowY,
|
|
15
|
+
width: e.width
|
|
16
|
+
};
|
|
17
|
+
return e.position = "fixed", e.top = `-${t.current}px`, e.left = "0", e.right = "0", e.overflowY = "scroll", e.width = "100%", () => {
|
|
18
|
+
Object.assign(e, n), window.scrollTo(0, t.current), window.removeEventListener("wheel", o), window.removeEventListener("touchmove", o);
|
|
19
|
+
};
|
|
20
|
+
}, [r]);
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
c as useDisableWindowScrollDuringDrag
|
|
24
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useCallback as o } from "react";
|
|
2
|
+
import { useTranslation as n } from "react-i18next";
|
|
3
|
+
import { ru as r, enUS as i } from "date-fns/locale";
|
|
4
|
+
import { useDateUtils as m } from "./useDateUtils.js";
|
|
5
|
+
const f = () => {
|
|
6
|
+
const { i18n: e } = n(), { formatDistanceWithTimezone: t } = m();
|
|
7
|
+
return o(
|
|
8
|
+
(a) => t(new Date(a), /* @__PURE__ */ new Date(), {
|
|
9
|
+
addSuffix: !0,
|
|
10
|
+
locale: { en: i, ru: r }[e.language]
|
|
11
|
+
}),
|
|
12
|
+
[e.language]
|
|
13
|
+
);
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
f as useFormatDistance
|
|
17
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { useMediaQuery as o } from "@mantine/hooks";
|
|
2
|
+
import { appContainerStore as r } from "../components/AppContainer/hooks/useAppContainerStore.js";
|
|
3
|
+
const m = () => {
|
|
4
|
+
const t = r.useStore((s) => s.showToolbar), e = o("(max-width: 992px)"), i = o("(min-width: 993px) and (max-width: 1199px)"), n = o("(min-width: 1200px)");
|
|
5
|
+
return { isMobile: e, isTablet: i, isDesktop: n, opened: t };
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
m as useMenu
|
|
9
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { useParams as s, useSearchParams as a } from "react-router-dom";
|
|
2
|
+
import { isNumber as t } from "lodash-es";
|
|
3
|
+
const o = (r) => t(r) && !isNaN(r), n = (r) => {
|
|
4
|
+
const { [r]: e } = s();
|
|
5
|
+
return e || null;
|
|
6
|
+
}, c = (r) => {
|
|
7
|
+
const [e] = a();
|
|
8
|
+
return e.get(r);
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
o as isNumberValue,
|
|
12
|
+
c as useQueryParam,
|
|
13
|
+
n as useRouteParam
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { useEffect as t } from "react";
|
|
2
|
+
import { useTranslation as c } from "react-i18next";
|
|
3
|
+
import { useSearchParams as m } from "react-router-dom";
|
|
4
|
+
import { showErrorNotification as i } from "../helpers/showNotifications.js";
|
|
5
|
+
var e = /* @__PURE__ */ ((r) => (r.g_access_denied = "GOAuthFailed", r.f_access_denied = "FOAuthFailed", r))(e || {});
|
|
6
|
+
const l = () => {
|
|
7
|
+
const { t: r } = c(), [s, o] = m(), a = s.get("error");
|
|
8
|
+
t(() => {
|
|
9
|
+
a && e[a] && (i({ message: r(e[a]) }), o({}));
|
|
10
|
+
}, [() => {
|
|
11
|
+
}, a]);
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
e as AuthErrors,
|
|
15
|
+
l as useOAuthErrorParams
|
|
16
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useRef as c, useEffect as i } from "react";
|
|
2
|
+
function a(t, f) {
|
|
3
|
+
const r = c(null), { events: n = ["pointerdown"], enabled: o = !0 } = {};
|
|
4
|
+
return i(() => {
|
|
5
|
+
if (!o) return;
|
|
6
|
+
const u = (e) => {
|
|
7
|
+
const s = r.current;
|
|
8
|
+
s && (s.contains(e.target) || t(e));
|
|
9
|
+
};
|
|
10
|
+
return n.forEach((e) => {
|
|
11
|
+
document.addEventListener(e, u, !0);
|
|
12
|
+
}), () => {
|
|
13
|
+
n.forEach((e) => {
|
|
14
|
+
document.removeEventListener(e, u, !0);
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
}, [t, o]), r;
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
a as useOutsideClick
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useState as s, useCallback as u } from "react";
|
|
2
|
+
const i = 200, d = (n) => {
|
|
3
|
+
const [o, r] = s(null), [e, c] = s(null), h = u((t) => {
|
|
4
|
+
c(null), r(t.targetTouches[0].clientX);
|
|
5
|
+
}, []), l = u(
|
|
6
|
+
(t) => c(t.targetTouches[0].clientX),
|
|
7
|
+
[]
|
|
8
|
+
);
|
|
9
|
+
return {
|
|
10
|
+
onTouchStart: h,
|
|
11
|
+
onTouchMove: l,
|
|
12
|
+
onTouchEnd: () => {
|
|
13
|
+
if (!o || !e) return;
|
|
14
|
+
const t = o - e, a = t > i, S = t < -i;
|
|
15
|
+
a && n?.("left"), S && n?.("right");
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
d as useSwipeDetect
|
|
21
|
+
};
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._bgPattern_1c45n_1{background:linear-gradient(180deg,#fff0 0 300px),fixed 0 0 / 20px 20px radial-gradient(#d1d1d1 1px,transparent 0),fixed 10px 10px / 20px 20px radial-gradient(#d1d1d1 .1px,transparent 0),radial-gradient(50% 50% at 50% 50%,#fff0 29%,#fff)}[data-mantine-color-scheme=dark] ._bgPattern_1c45n_1{background:linear-gradient(180deg,#fff0 0 300px),fixed 0 0 / 20px 20px radial-gradient(#d1d1d1 1px,transparent 0),fixed 10px 10px / 20px 20px radial-gradient(#d1d1d1 .1px,transparent 0),radial-gradient(50% 50% at 50% 50%,rgb(255 255 255 / 0%) 29%,var(--mantine-color-body) 100%)}._bgPattern_1c45n_1{background-position:center;background-blend-mode:overlay;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;overflow:hidden;z-index:-1;opacity:1}[data-mantine-color-scheme=dark] ._bgPattern_1c45n_1{opacity:.2}._item_o1hlf_1{width:32px;height:32px;border-radius:6px;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--mantine-color-gray-5)}._item_o1hlf_1:hover{background-color:var(--mantine-color-dark-light-hover)}._item_o1hlf_1[data-active=true]{color:#fff;background-color:var(--icon-color)}._item_o1hlf_1[data-active=true]:hover{background-color:var(--icon-color-hover)}._randomIcon_o1hlf_26{color:var(--mantine-color-gray-7)}[data-mantine-color-scheme=dark] ._randomIcon_o1hlf_26{color:var(--mantine-color-gray-4)}._originalTab_o1hlf_30:hover{background-color:transparent!important}._customTab_o1hlf_36{border-radius:var(--mantine-radius-md)}._customTab_o1hlf_36:hover{background-color:var(--mantine-color-gray-light-hover)}._root_9zlef_1{background-color:var(--app-root-bg);padding:6px;display:flex;gap:6px;height:100dvh}._header_9zlef_9{background-color:var(--app-shell-bg);height:var(--app-shell-header-height);width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--app-shell-border);flex-shrink:0}._section_9zlef_20{border:1px solid var(--app-shell-border);border-radius:var(--mantine-radius-default);min-height:0;background-color:var(--app-shell-bg);overflow:hidden}._leftSidebar_9zlef_28{border-right:1px solid var(--app-shell-border);min-height:0;height:100%;display:flex;flex-direction:column}._rightSidebar_9zlef_36{border-left:1px solid var(--app-shell-border);min-height:0;height:100%;display:flex;flex-direction:column}._main_9zlef_44{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto}._workContent_9zlef_52{height:100%;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto}._appsSidebar_6kvh5_1{padding-top:8px;padding-bottom:8px;height:100%;display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:space-between}._toolSidebar_6kvh5_12{width:var(--toolbar-width);display:flex;flex-direction:column;overflow:hidden}._toolTitleInput_6kvh5_19{background:none;border:none;white-space:nowrap;padding:0;margin:0;padding-left:var(--mantine-spacing-md);padding-right:var(--mantine-spacing-md);border-radius:var(--mantine-radius-default);width:100%}._toolTitleInput_6kvh5_19:focus,._toolTitleInput_6kvh5_19:hover{outline:none}._appSidebarButton_6kvh5_36:hover [data-button]{color:var(--app-container-title-color);background-color:var(--menu-item-bg-hover)}._appSidebarButton_6kvh5_36 [data-button]{color:var(--app-container-title-color)}._appSidebarButton_6kvh5_36 [data-button][data-active=true]{background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-light-color)}._slideContainer_6kvh5_54{height:100%;position:relative;overflow:hidden}._slideContent_6kvh5_60{position:absolute;top:0;bottom:0;height:100%}._slideContent_6kvh5_60[data-position=left]{right:0}._slideContent_6kvh5_60[data-position=right]{left:0}._main_6kvh5_75{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto;height:100%}._root_195do_1{border:1.3px solid #dee2e6;border-bottom-color:#dee2e6;border-bottom-style:solid;text-align:center;display:flex;justify-content:center;cursor:pointer;align-items:center;background-color:#fff}[data-mantine-color-scheme=dark] ._root_195do_1{background-color:var(--mantine-color-dark-6)}._root_195do_1{color:dark}[data-mantine-color-scheme=dark] ._root_195do_1{color:var((--mantine-color-dark-0))}._root_195do_1{border-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._root_195do_1{border-color:var(--mantine-color-dark-4)}._headerCounter_1kh0c_1{border:1px solid var(--mantine-color-gray-6);padding:2px 6px;margin-left:var(--mantine-spacing-sm);border-radius:var(--mantine-radius-xs);font-size:var(--mantine-font-size-xs)}._dot_1x557_1{width:6px;height:6px;border-radius:6px;background:var(--mantine-color-gray-text);flex-shrink:0}._line_1x557_9{width:1px;height:100%;flex:1;background:var(--mantine-color-gray-4)}._resizer_ez847_1{user-select:none;touch-action:none;position:absolute;width:4px;top:0;bottom:0;height:100%;cursor:col-resize;z-index:1;transition:.2s background-color ease;transition-delay:.25s}._resizer_ez847_1[data-dragging=true],._resizer_ez847_1:hover{background-color:var(--mantine-primary-color-filled)}._resizer_ez847_1[data-position=right]{left:-2px}._resizer_ez847_1[data-position=left]{right:-2px}._loader_r5fdk_1{border:6px solid;width:58px;height:58px;border-radius:50%;border-color:#fff rgba(255,255,255,.2) rgba(255,255,255,.2) rgba(255,255,255,.2);animation:_spin_r5fdk_1 1s linear infinite}._wrapper_r5fdk_9{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@keyframes _spin_r5fdk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._vod-player_be6om_1{position:relative;max-width:100%;width:100%;aspect-ratio:16 / 9;margin:0 auto;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 20px #0000004d}._vod-player__player_be6om_13{height:100%;width:100%;object-fit:cover}._vod-player__status_be6om_19{display:flex;justify-content:center;align-items:center;height:360px;font-size:18px;font-weight:500;color:#fff;background-color:#1c1c1e;border-radius:12px;text-align:center}.shaka-overflow-menu{bottom:90px!important}._vod-player__status--loading_be6om_36{background:linear-gradient(135deg,#20232a,#2d2f36);color:#c9c9c9;animation:_blink_be6om_1 1.2s infinite ease-in-out}._vod-player__status--error_be6om_42{background-color:#3a0d0d;color:#ff6b6b;border:1px solid rgb(255 107 107 / 40%)}@keyframes _blink_be6om_1{0%,to{opacity:1}50%{opacity:.6}}._filterPill_cfyaq_1{background-color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._filterPill_cfyaq_1{background-color:var(--mantine-color-gray-1)}._filterPill_cfyaq_1{border:1px solid var(--Border-Gray-default, #868e96)}._filterPillLabel_cfyaq_9{font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}._filterItem_cfyaq_17{cursor:pointer}._filterItem_cfyaq_17:hover{background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._filterItem_cfyaq_17:hover{background-color:var(--mantine-color-dark-6)}._container_ohoof_1{position:relative;height:100%;width:100%;flex:1}._root_ohoof_7{display:flex;flex-direction:column;height:100%;overflow:hidden}._carouselRoot_ohoof_14,._carouselViewport_ohoof_18{height:100%}._carouselSlide_ohoof_22{display:flex;align-items:center;justify-content:center;height:100%}._navButton_ohoof_30{position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media(max-width:992px){._navButton_ohoof_30{display:none}}._navButtonPrev_ohoof_44{left:16px}._navButtonNext_ohoof_48{right:16px}._modalContent_ohoof_52{background-color:#000000e6!important;backdrop-filter:blur(2px)}._modalBody_ohoof_57{height:100%;padding:0;position:relative}._videoContainer_ohoof_63{width:100%;max-width:calc(100% - 180px)}._imageContainer_ohoof_68{max-height:calc(100% - 180px);object-fit:cover;max-width:calc(100% - 180px);width:initial}@media(max-width:992px){._videoContainer_ohoof_63{max-width:calc(100% - 32px)}._imageContainer_ohoof_68{max-height:calc(100% - 32px);max-width:calc(100% - 32px)}}@keyframes _show-input-box_j6pyq_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._commentPluginCommentsPanelSidebar_j6pyq_13{position:fixed!important;right:0;max-width:367px;width:100%;border:1px solid #DEE2E6;height:100%;top:0;padding-left:16px;animation:_show-comments_j6pyq_1 .2s ease;clip-path:polygon(0% 0%,40% 0%,40% 48px,100% 48px,100% 100%,0% 100%)}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginThreadWrapper_j6pyq_33{max-width:290px}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentsBodyWrapper_j6pyq_37{flex-direction:column}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentsPanelBody_j6pyq_41{scrollbar-gutter:stable;overscroll-behavior:contain;overflow-y:auto}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginImagePreviewList_j6pyq_47{grid-template-columns:repeat(5,60px)!important}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginCommentsPanelList_j6pyq_51 ._commentPluginImagePreviewList_j6pyq_47{grid-template-columns:repeat(4,minmax(0,66px))!important}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginCommentsPanelList_j6pyq_51 ._commentPluginImagePreviewList_j6pyq_47 ._commentPluginImagePreviewItem_j6pyq_55{width:100%}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginCommentsPanelEmpty_j6pyq_61{margin:auto 0}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginGeneralCommentWrapper_j6pyq_65{padding-right:16px}._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentPluginCommentsPanelEmpty_j6pyq_61,._commentPluginCommentsPanel_j6pyq_13._commentPluginCommentsPanelSidebar_j6pyq_13 ._commentsPanelBody_j6pyq_41{height:100%}._commentPluginCommentsPanel_j6pyq_13{background-color:inherit;position:relative;z-index:101;display:flex;flex-direction:column;box-sizing:content-box}._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87{position:relative;top:unset!important;left:50%;transform:translate(-50%);background:transparent;max-width:unset}._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87 ._commentPluginImagePreviewContainer_j6pyq_95{width:100%}._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87 ._commentPluginImagePreviewImage_j6pyq_99{max-width:95px}._commentPluginCommentsPanel_j6pyq_13 .mantine-Divider-root[data-orientation=horizontal]{margin-left:-16px;margin-top:7px!important}._commentPluginCommentsPanel_j6pyq_13 ._commentPluginInputFooterContainer_j6pyq_110{width:100%}._commentPluginCommentsPanel_j6pyq_13 ._commentsPanelBody_j6pyq_41{position:relative;width:100%;height:100%}._commentPluginCommentsPanel_j6pyq_13.hide{animation:_hide-comments_j6pyq_1 .2s ease forwards}@keyframes _show-comments_j6pyq_1{0%{opacity:0;transform:translate(300px)}to{opacity:1;transform:translate(0)}}@keyframes _hide-comments_j6pyq_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(300px)}}._commentPluginCommentsPanelEmpty_j6pyq_61{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:200px;padding:0 16px;color:#777;font-size:15px;text-align:center}._commentPluginCommentsPanelList_j6pyq_51{padding:0 2px 10px 0;list-style-type:none;overflow-x:hidden;margin:0;width:100%;display:flex;flex-direction:column;gap:15px;flex:1}._commentPluginCommentsPanelList_j6pyq_51 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87{box-shadow:none;width:calc(100% - 35px);margin:10px 0 10px 4px}._commentPluginCommentsPanelList_j6pyq_51 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87._edited_j6pyq_180{margin-right:34px;width:auto;margin-top:0;margin-left:13px}._commentPluginCommentsPanelList_j6pyq_51 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87._edited_j6pyq_180 ._commentPluginEditorContainer_j6pyq_186{padding-top:0}._commentPluginCommentsPanelListDetails_j6pyq_194{color:#444;vertical-align:top;font-size:12px}._commentPluginCommentsPanelListCommentAuthor_j6pyq_200{font-weight:700}._commentPluginCommentsPanelListCommentTime_j6pyq_204{color:#999;display:block;white-space:nowrap}._commentPluginCommentsPanelListThread_j6pyq_87.active{background-color:#ffd40011;cursor:default!important}._commentPluginCommentsPanelListThread_j6pyq_87.active ._commentPluginCommentsPanelListThreadComments_j6pyq_214,._commentPluginCommentsPanelListThread_j6pyq_87.active ._commentPluginThreadContainer_j6pyq_218{background:transparent}._commentPluginCommentsPanelListThread_j6pyq_87.active:has(._commentPluginShowMoreBtn_j6pyq_222){padding-bottom:12px}._commentPluginShowMoreBtn_j6pyq_222{margin:0 auto;width:calc(100% - 35px)!important;transform:translate(4px)}._commentPluginCommentsPanelListThread_j6pyq_87:has(._commentPluginShowMoreBtn_j6pyq_222){padding-bottom:0}._commentPluginCommentsPanelListThread_j6pyq_87{position:relative;transition:all .2s linear;border-radius:8px;padding-bottom:5px}._commentPluginCommentsPanelListThread_j6pyq_87 *{overflow-wrap:break-word}._commentPluginCommentsPanelListThreadQuoteBox_j6pyq_250{color:#ccc;display:flex;justify-content:space-between;align-items:flex-start}._commentPluginCommentsPanelListThreadQuote_j6pyq_250{margin:0;flex:1;max-width:100%;display:flex;align-items:center;background-color:#fab0051f;border-left:2px solid rgb(255 213 145);padding-left:2px;white-space:pre-line}._commentPluginCommentsPanelListThreadQuote_j6pyq_250 ._commentPluginCommentsPanelListThreadQuoteText_j6pyq_268{color:#000;border-radius:6px;padding:2px 2px 2px 4px;line-height:1.4;font-size:14px;display:block;overflow-wrap:anywhere}._commentPluginCommentsPanelListThreadQuote_j6pyq_250>div{height:100%;padding:0 10px}._commentPluginCommentsPanelListThreadQuote_j6pyq_250 span.mantine-Avatar-placeholder{display:flex}._commentPluginCommentsPanelListThreadComments_j6pyq_214{padding:8px 0;list-style-type:none;display:flex;flex-direction:column;gap:10px;border-radius:var(--mantine-radius-sm)}._commentPluginCommentsPanelListThreadComments_j6pyq_214 ._commentPluginCommentsPanelReactionsContainer_j6pyq_297{gap:4px}._commentPluginCommentsPanelListThreadComments_j6pyq_214 ._commentPluginImagePreviewList_j6pyq_47{grid-template-columns:repeat(3,minmax(0,80px))}._commentPluginCommentsPanelListThreadComments_j6pyq_214 ._commentPluginImagePreviewImage_j6pyq_99{max-width:88px}._commentPluginCommentsPanelListThreadComments_j6pyq_214 li:last-child ._commentPluginCommentsPanelListContentContainer_j6pyq_310:before{content:none!important}._commentPluginCommentsPanelListThreadEditor_j6pyq_87{border-radius:var(--mantine-radius-sm);box-shadow:0 1px 3px #0000000d,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:absolute;background-color:#f8f9fa;display:flex;flex-direction:column;gap:10px;max-width:404px;border:1px solid var(--mantine-color-gray-4);align-items:flex-end;width:100%;z-index:102}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 .editor-shell{box-shadow:none!important}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 .new-paragraph{display:none}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 .doc-space-editor-wrapper.comment{margin-bottom:0}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 .doc-space-editor-wrapper.comment .toolbar-wrapper-focus+.editor-container .editor-scroller{min-height:40px}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 .doc-space-editor-wrapper.comment .ContentEditable__root{padding:0;hyphens:none}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 ._commentPluginFilePreviewList_j6pyq_355:has(>._commentPluginFilePreviewItem_j6pyq_355:nth-child(4)){flex-direction:row}._commentPluginCommentsPanelListThreadEditor_j6pyq_87 ._commentPluginFilePreviewList_j6pyq_355:has(>._commentPluginFilePreviewItem_j6pyq_355:nth-child(4)) ._commentPluginFilePreviewItem_j6pyq_355{max-width:250px;width:100%}._commentPluginEditorContainer_j6pyq_186{display:flex;width:100%;flex-wrap:wrap;background-color:var(--mantine-color-white);border-radius:var(--mantine-radius-sm);align-items:center;padding:8px;gap:5px}._commentPluginEditorContainer_j6pyq_186 .mantine-Divider-root{margin:4px 0!important}._commentPluginEditorContainer_j6pyq_186 .doc-space-styles-provider{overflow-y:auto;max-height:400px;flex:1 0 auto;width:auto;min-width:0;max-width:100%;cursor:text}._commentPluginEditorContainer_j6pyq_186 .doc-space-styles-provider code{padding-bottom:10px}._commentPluginEditorContainer_j6pyq_186 .doc-space-editor-wrapper .editor-shell .editor-container{padding-bottom:0}._commentPluginEditorContainer_j6pyq_186 .ContentEditable__root:first-child p:only-child:has(>br):not(:has(>br+br),:has(>:not(br))):before{content:var(--placeholder-text);position:absolute;color:#888c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;cursor:text}._commentPluginEditorContainer_j6pyq_186 .doc-space-editor-wrapper .editor-scroller{overflow-x:hidden}._threadActionIcon_j6pyq_420{transition:opacity .3s ease-in-out;border:none!important}._commentPluginCommentsPanelListThread_j6pyq_87:hover>._commentPluginThreadContainer_j6pyq_218 ._commentPluginCommentsPanelActionContainer_j6pyq_426{border:1px solid #DEE2E6;opacity:1}._commentPluginCommentsPanelListThreadComments_j6pyq_214>li:hover ._commentPluginCommentsPanelActionContainer_j6pyq_426{border:1px solid #DEE2E6;opacity:1}._commentPluginCommentsPanelListThread_j6pyq_87:hover~._commentPluginCommentsPanelListThreadComments_j6pyq_214 ._commentPluginCommentsPanelActionContainer_j6pyq_426{border:none}._commentPluginCommentsPanelListThread_j6pyq_87.interactive{cursor:pointer}._commentPluginCommentsPanelListThread_j6pyq_87.interactive:hover ._commentPluginThreadContainer_j6pyq_218{background:transparent}._commentPluginCommentsPanelListThread_j6pyq_87.interactive>._commentPluginCommentsPanelListThreadEditor_j6pyq_87._edited_j6pyq_180{margin-top:5px}._commentPluginCommentsPanelActionContainer_j6pyq_426:has(div.emoji-picker-callout){opacity:1}._commentPluginCommentsPanelActionContainer_j6pyq_426{display:flex;align-items:center;gap:8px;opacity:0;top:0;padding:4px;border-radius:var(--mantine-radius-sm);border:1px solid transparent;background-color:var(--mantine-color-white);position:absolute;right:0;transition:all .3s ease}._commentPluginCommentsPanelActionContainer_j6pyq_426>button{height:100%;width:100%;border-radius:unset}._commentPluginCommentsPanelActionContainer_j6pyq_426>div{display:flex}._commentEmojiPopupIcon_j6pyq_487{display:flex;width:100%;height:100%}._commentPluginCommentsPanelListThreadComments_j6pyq_214 ._commentPluginCommentsPanelActionContainer_j6pyq_426,._commentPluginCommentsPanelListThreadComments_j6pyq_214._commentPluginCommentsPanelListThreadComments_j6pyq_214 ._commentPluginCommentsPanelActionContainer_j6pyq_426{border:1px solid rgb(222 226 230)}._commentPluginCommentsPanelListThreadAccepted_j6pyq_498 ._commentPluginCommentsPanelActionContainer_j6pyq_426{background-color:#e2f6f0;border:1px solid rgb(18 184 134 / 65%)!important}._commentsHeaderTitle_j6pyq_505{display:flex;align-items:center;padding:12px 0 0;gap:8px}._commentsFilterContainer_j6pyq_512{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding-right:12px}._commentsFilterContainer_j6pyq_512 h4{color:#32302c}._commentsBodyWrapper_j6pyq_37{display:flex;flex-direction:column-reverse}._commentsHeaderWrapper_j6pyq_531{display:flex;flex-direction:column;max-height:48px;height:100%;margin-bottom:10px}._commentPluginThreadWrapper_j6pyq_33{display:flex;gap:4px;flex-direction:column;position:relative;width:100%;font-weight:400;font-size:14px;min-width:0}._commentPluginThreadWrapper_j6pyq_33 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87{margin-right:5px}._commentPluginThreadWrapper_j6pyq_33 .mantine-Tabs-list button.mantine-Button-root:last-child{display:none;background-color:#ff0}._commentPluginThreadWrapper_j6pyq_33 ._commentPluginCommentsPanelListContentContainer_j6pyq_310{display:flex;flex-direction:column;position:relative}._commentPluginThreadWrapper_j6pyq_33 ._commentPluginCommentsPanelListContentContainer_j6pyq_310:before{content:"";position:absolute;top:0;bottom:0;left:-23px;width:2px;background-color:var(--mantine-color-gray-3);opacity:.4}._commentPluginThreadWrapper_j6pyq_33 ._commentPluginCommentsPanelListContentContainer_j6pyq_310 .mantine-Avatar-placeholder{background:transparent}._commentPluginThreadWrapper_j6pyq_33 ._commentPluginImagePreviewContainer_j6pyq_95{margin:10px 0}._commentPluginThreadWrapper_j6pyq_33 ._commentPluginFilePreviewItem_j6pyq_355:hover ._commentPluginFileCardDownloadCenter_j6pyq_587{opacity:1;pointer-events:auto}._commentPluginThreadContainer_j6pyq_218{display:flex;gap:10px;padding:12px 12px 0;background-color:inherit}._commentPluginThreadContainer_j6pyq_218 ._commentPluginFilePreviewList_j6pyq_355{flex-direction:column}._commentPluginCommentsPanelListThreadComments_j6pyq_214 .reply,._commentPluginCommentsPanelListThreadComments_j6pyq_214 .resolve{display:none}._commentPluginThreadEditorControls_j6pyq_613{display:flex;align-items:center;gap:5px}._commentPluginThreadEditorControls_j6pyq_613 ._commentSubmitButton_j6pyq_618{border-color:#dee2e6;border-radius:var(--mantine-radius-sm)}._commentPluginThreadEditorControls_j6pyq_613 ._threadEditorControlsUpload_j6pyq_623{position:relative;display:flex;align-items:center;justify-content:center;width:22px;height:22px}._commentPluginThreadEditorControls_j6pyq_613 ._threadEditorControlsUpload_j6pyq_623 ._threadEditorControlsFileInput_j6pyq_631{position:absolute;top:0;left:0;display:none;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer;margin:0;padding:0}._commentPluginThreadEditorControls_j6pyq_613 ._threadEditorControlsUpload_j6pyq_623 ._threadEditorControlsActionIcon_j6pyq_645{z-index:3;width:100%;height:100%}._commentPluginCommentThreadResponses_j6pyq_655 pre{padding-bottom:10px!important}._commentPluginCommentsPanelReactionsContainer_j6pyq_297{display:flex;gap:8px;align-items:center;font-size:15px;font-weight:600;flex-wrap:wrap}._commentPluginCommentsPanelReactionsContainer_j6pyq_297 svg{width:1.25rem;height:1.25rem}._commentPluginCommentsPanelReactionsContainer_j6pyq_297:not(._guest_j6pyq_674)>div:hover{cursor:pointer;background-color:#439bff0d}._commentPluginCommentsPanelReactionsContainer_j6pyq_297>div{border:1px solid rgb(222 226 230 / 100%);border-radius:var(--mantine-radius-lg);padding:2px 6px;background-color:var(--mantine-color-white);display:flex;align-items:center;gap:5px;transition:background-color .2s ease}._commentPluginCommentsPanelReactionsContainer_j6pyq_297>div div{width:100%;height:100%}._commentPluginCommentsPanelReactionsContainer_j6pyq_297>div div p{line-height:1.1!important}._commentPluginImagePreviewContainer_j6pyq_95{align-self:flex-start;display:flex;flex-direction:column;gap:10px;width:100%}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewList_j6pyq_47{margin:0;gap:8px;display:grid;grid-template-columns:repeat(auto-fill,60px);flex-wrap:wrap;padding:0;list-style:none}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewItem_j6pyq_55{display:inline-block;width:60px;height:60px;position:relative;cursor:default;vertical-align:top}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewWrapper_j6pyq_729{position:relative;display:flex;align-items:center;justify-content:center;min-height:25px;height:100%}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewImage_j6pyq_99{width:100%;object-fit:cover;height:100%;border-radius:5px;display:block;position:relative;box-shadow:0 1px 4px #3c3c3c14;background:#fff}._commentPluginImagePreviewContainer_j6pyq_95 .enable._commentPluginImagePreviewImage_j6pyq_99{cursor:zoom-in}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewRemoveButton_j6pyq_753{position:absolute;top:2px;display:flex;border-radius:var(--mantine-radius-sm);right:2px;cursor:pointer;z-index:10;opacity:0;transition:opacity .2s;background-color:#0009}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewRemoveButton_j6pyq_753:hover{opacity:.98;background-color:#000000bf}._commentPluginImagePreviewContainer_j6pyq_95 ._commentPluginImagePreviewItem_j6pyq_55:hover ._commentPluginImagePreviewRemoveButton_j6pyq_753{opacity:1}._commentPluginFilePreviewContainer_j6pyq_776{overflow:auto hidden;width:100%}._commentPluginFilePreviewContainer_j6pyq_776::-webkit-scrollbar{height:7px;background:transparent}._commentPluginFilePreviewContainer_j6pyq_776::-webkit-scrollbar-thumb{background:#2323233a;border-radius:10px}._commentPluginFilePreviewList_j6pyq_355{display:flex;flex-direction:column;gap:10px;padding:0;list-style:none;min-width:0;overflow-x:scroll;margin:0}._commentPluginFilePreviewItem_j6pyq_355{flex:0 0 auto;min-width:170px;border-radius:8px;max-height:50px;padding:4px 10px 4px 6px;display:flex;align-items:center;position:relative;transition:opacity .3s ease-in-out;border:1px solid #DEE2E6}._commentPluginFilePreviewItem_j6pyq_355 ._commentPluginLoaderOverlay_j6pyq_814{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;width:100%;height:100%;align-items:center;justify-content:center}._commentPluginFilePreviewItem_j6pyq_355:has(._commentPluginLoaderOverlay_j6pyq_814){pointer-events:none;opacity:.8}._commentPluginFileCard_j6pyq_587{display:flex;align-items:center;width:100%;gap:10px}._commentPluginFileCardIcon_j6pyq_840{display:flex;align-items:center;justify-content:center;max-width:40px;max-height:40px}._commentPluginFileCardInfo_j6pyq_848{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center}._commentPluginFileCardName_j6pyq_856{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;max-width:calc(100% - 25px)}._commentPluginFileCardSize_j6pyq_865{font-size:14px;color:#868e96}._commentPluginFileCardDownloadCenter_j6pyq_587{position:absolute;top:20%;left:45%;opacity:0;transition:opacity .5s ease-in-out;cursor:pointer;pointer-events:none}._commentPluginInputFooterContainer_j6pyq_110{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto;height:28px;gap:8px}._commentPluginInputFooterContainer_j6pyq_110:has(._commentPluginImagePreviewContainer_j6pyq_95:not(:empty)){width:100%;height:auto}._commentPluginInputFooterContainer_j6pyq_110:not(:has(._commentPluginImagePreviewList_j6pyq_47:not(:empty),._commentPluginFilePreviewList_j6pyq_355:not(:empty))){cursor:text;margin-top:auto;flex-direction:row;justify-content:flex-end}._commentPluginGeneralCommentWrapper_j6pyq_65{margin-bottom:16px;position:relative}._commentPluginGeneralCommentWrapper_j6pyq_65 .ContentEditable__root:first-child p:only-child:not(:has(span)){display:block!important}._commentPluginGeneralCommentWrapper_j6pyq_65 ._commentPluginCommentsPanelListThreadEditor_j6pyq_87{box-shadow:none}._commentPluginGeneralCommentWrapper_j6pyq_65 ._commentPluginFilePreviewList_j6pyq_355{margin:0}._commentPluginGeneralCommentWrapper_j6pyq_65 ._commentPluginFilePreviewList_j6pyq_355 ._commentPluginFilePreviewItem_j6pyq_355{max-width:unset}._commentPluginImagePreviewWrapper_j6pyq_729{position:relative;display:inline-block}._commentPluginCommentsPanel_j6pyq_13._preview_j6pyq_934{cursor:default}._commentPluginCommentsPanel_j6pyq_13._preview_j6pyq_934 ._commentPluginShowMoreBtn_j6pyq_222{pointer-events:auto}._commentPluginCommentsPanel_j6pyq_13._preview_j6pyq_934 ._commentPluginCommentsPanelReactionsContainer_j6pyq_297>div{cursor:default}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanelSidebar_j6pyq_13{border:1px solid #2E2E2E}[data-mantine-color-scheme=dark] ._commentPluginEditorContainer_j6pyq_186{background-color:inherit;border:1px solid #2E2E2E}[data-mantine-color-scheme=dark] ._commentPluginEditorContainer_j6pyq_186 .doc-space-editor-wrapper .toolbar-wrapper-focus{border-bottom:1px solid #2E2E2E}[data-mantine-color-scheme=dark] ._commentPluginEditorContainer_j6pyq_186 ._commentPluginThreadEditorControls_j6pyq_613 button{color:#fff}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanelListThreadEditor_j6pyq_87{border:none;background-color:var(--mantine-color-body)}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThread_j6pyq_87 ._commentPluginCommentsPanelReactionsContainer_j6pyq_297>div{border:1px solid #2E2E2E;background-color:#242424;transition:background-color .2s ease,border-color .2s ease}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThread_j6pyq_87 ._commentPluginCommentsPanelReactionsContainer_j6pyq_297>div:hover{cursor:pointer;background-color:#2a2a2a;border-color:#3a3a3a}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadComments_j6pyq_214{background-color:#242424}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListCommentAuthor_j6pyq_200{color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginShowMoreBtn_j6pyq_222{background-color:#242424}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadQuote_j6pyq_250{border-left-color:#fab005}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadQuote_j6pyq_250 span{color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThread_j6pyq_87.active{background-color:#333}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThread_j6pyq_87.active ._commentPluginCommentsPanelListThreadComments_j6pyq_214,[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThread_j6pyq_87.active ._commentPluginThreadContainer_j6pyq_218{background:transparent}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelActionContainer_j6pyq_426{background-color:var(--mantine-color-body);border:1px solid #2E2E2E!important}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelActionContainer_j6pyq_426 button{color:#fff}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListThreadAccepted_j6pyq_498 ._commentPluginCommentsPanelActionContainer_j6pyq_426{background-color:#12b8861f;border:1px solid rgb(18 184 134 / 40%)!important}[data-mantine-color-scheme=dark] ._commentPluginCommentsPanel_j6pyq_13 ._commentPluginCommentsPanelListContentContainer_j6pyq_310:before{background-color:var(--mantine-color-gray-7)}[data-mantine-color-scheme=dark] ._commentsHeaderTitle_j6pyq_505 button{color:#fff}[data-mantine-color-scheme=dark] ._commentsFilterContainer_j6pyq_512 .mantine-ActionIcon-icon{color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._commentPluginFilePreviewItem_j6pyq_355{border:1px solid #2E2E2E}[data-mantine-color-scheme=dark] ._commentsFilterContainer_j6pyq_512 h4{color:var(--mantine-color-white)}._commentPluginCommentsPanelEmptyTitle_j6pyq_1074{font-size:16px;margin-bottom:8px;color:#adb5bd}._image_vcu25_1{border-radius:4px!important;width:18px!important;height:18px}._section_ew7ws_3{position:absolute;border-radius:var(--mantine-radius-md);background:linear-gradient(113.95deg,#fe7f37,#ff5c00 12%,#fe7f37 16%,#fff0e2 74.62%,#fe7f37 79.32%,#fff0e2 83%),radial-gradient(147.57% 90.48% at 50% 11.07%,#fff0 30%,#fff 50%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 5%,transparent 100%)}._wrapper_1xmos_6{top:0;left:0;height:100%;width:100%}._innerWrapper_1xmos_14{position:relative;height:100%;width:100%;overflow:hidden auto;display:flex;scroll-padding:16px}._content_1xmos_23{flex:1;height:95dvh}._contentInner_1xmos_28{height:100%;padding:16px;display:flex;flex-direction:column;gap:16px}._previewBoxTitle_1xmos_1{text-align:center;padding:var(--mantine-spacing-xs)}._previewBox_1xmos_1{position:relative}._previewContainer_1xmos_45{display:flex;flex-direction:column;width:90%;margin:0 auto;border-top-right-radius:6px;border-top-left-radius:6px;overflow:hidden;height:224px;border:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._previewContainer_1xmos_45{border:1px solid var(--mantine-color-dark-5)}._previewHeader_1xmos_58{display:flex;align-items:center;gap:4px;background-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._previewHeader_1xmos_58{background-color:var(--mantine-color-dark-5)}._previewHeader_1xmos_58{height:22px;padding:0 10px 0 8px}._headerDot_1xmos_70{border-radius:50%;height:6px;width:6px;background:var(--mantine-color-gray-4)}[data-mantine-color-scheme=dark] ._headerDot_1xmos_70{background:var(--mantine-color-dark-2)}._previewContent_1xmos_80{transform:scale(.4);transform-origin:top left;overflow:visible;pointer-events:none;height:200px;width:250%;display:flex;justify-content:center}._previewFooterShadow_1xmos_91{width:100%;position:absolute;background:linear-gradient(transparent,#fff)}[data-mantine-color-scheme=dark] ._previewFooterShadow_1xmos_91{background:linear-gradient(transparent,#2e2e2e)}._previewFooterShadow_1xmos_91{height:58px;left:0;bottom:0}._processing_1xmos_103{animation:_pulse_1xmos_1 1.5s ease-in-out infinite}@keyframes _pulse_1xmos_1{0%{box-shadow:0 0 #0009}80%{box-shadow:0 0 0 10px #228be600}to{box-shadow:0 0 #228be600}}._brandingWrapper_vvk0o_1{box-shadow:0 2px 4px -2px #1018280f,0 4px 8px -2px #1018281a;z-index:99}._absolute_vvk0o_8{position:absolute;bottom:24px;left:24px}._pageTitle_bt8wk_1{padding:0;margin:0;display:flex;min-height:60px;font-weight:500;font-size:36px;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._pageTitle_bt8wk_1{color:var(--mantine-color-gray-1)}._pageTitle_bt8wk_1{outline:none;line-height:1.2}._pageTitle_bt8wk_1[data-empty=true]:before{display:inline-block;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._pageTitle_bt8wk_1[data-empty=true]:before{color:var(--mantine-color-gray-1)}._pageTitle_bt8wk_1[data-empty=true]:before{content:attr(data-placeholder);opacity:.5;pointer-events:none;height:0}._textareaRoot_bt8wk_27{width:100%}._textareaInput_bt8wk_31{width:100%;resize:none;border:none;padding:0;margin:0;display:flex;min-height:60px;font-weight:500;font-size:36px;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._textareaInput_bt8wk_31{color:var(--mantine-color-gray-1)}._textareaInput_bt8wk_31{outline:none;line-height:normal;overflow:visible;background:none}._textareaInput_bt8wk_31[data-error=true]{color:var(--mantine-color-error)}._textareaInput_bt8wk_31[data-error=true]::placeholder{color:var(--mantine-color-error)}._logo_1o8y5_1{width:40px;height:40px;animation:_bounce_1o8y5_1 3.8s infinite cubic-bezier(.45,.02,.2,.95);animation-delay:.5s;transform-origin:bottom center;filter:drop-shadow(0 2px 4px rgb(0 0 0 / 15%))}[data-mantine-color-scheme=dark] ._logo_1o8y5_1{filter:drop-shadow(0 2px 4px rgb(255 255 255 / 15%))}._shadow_1o8y5_12{width:30px;height:6px;background:#0006}[data-mantine-color-scheme=dark] ._shadow_1o8y5_12{background:#ffffff4d}._shadow_1o8y5_12{border-radius:50%;margin-top:8px;margin-left:4px;opacity:.25;animation:_shadow-bounce_1o8y5_1 3.8s infinite cubic-bezier(.45,.02,.2,.95);animation-delay:.5s;transform-origin:center}@keyframes _bounce_1o8y5_1{0%{transform:translateY(0) scale(1) rotate(0)}9%{transform:translateY(0) scaleX(1.25) scaleY(.75) rotate(3deg)}17%{transform:translateY(-28px) scaleX(.82) scaleY(1.18) rotate(-3.3deg)}26%{transform:translateY(0) scaleX(1.15) scaleY(.85) rotate(2.8deg)}36%{transform:translateY(-18px) scaleX(.9) scaleY(1.1) rotate(-.6deg)}46%{transform:translateY(0) scaleX(1.07) scaleY(.93) rotate(.3deg)}56%{transform:translateY(-10px) scaleX(.96) scaleY(1.04) rotate(-.2deg)}66%{transform:translateY(0) scale(1.02)}86%{transform:translateY(-3px) scaleX(.98) scaleY(1.02)}92%{transform:translateY(0) scale(1)}to{transform:translateY(0) scale(1) rotate(0)}}@keyframes _shadow-bounce_1o8y5_1{0%,to{transform:scaleX(1);opacity:.25}9%{transform:scaleX(1.3);opacity:.2}17%{transform:scaleX(.6);opacity:.15}26%{transform:scaleX(1.2);opacity:.4}36%{transform:scaleX(.8);opacity:.2}46%{transform:scaleX(1.1);opacity:.3}56%{transform:scaleX(.9);opacity:.25}66%{transform:scaleX(1.02);opacity:.26}86%{transform:scaleX(.95);opacity:.18}92%{transform:scaleX(1);opacity:.25}}._itemImage_3fqzc_1{border-radius:6px;width:100%;cursor:pointer;background-size:cover;background-position:center;height:80px}._itemImage_3fqzc_1:hover{filter:brightness(75%)}._originalTab_3fqzc_14:hover{background-color:transparent!important}._customTab_3fqzc_20{border-radius:var(--mantine-radius-md)}._customTab_3fqzc_20:hover{background-color:var(--mantine-color-gray-light-hover)}._button_3fqzc_28:disabled,._button_3fqzc_28[data-disabled]{border-color:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] ._button_3fqzc_28:disabled,[data-mantine-color-scheme=dark] ._button_3fqzc_28[data-disabled]{border-color:var(--mantine-color-dark-4)}._boardContainer_zk8z5_1{border:1px solid #dee2e6;border-top-left-radius:var(--mantine-radius-lg);border-bottom-left-radius:var(--mantine-radius-lg);background-color:#fff;position:relative;overflow:hidden}._appShell_zk8z5_10{background:url("data:image/svg+xml,%3csvg%20width='768'%20height='838'%20viewBox='0%200%20768%20838'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1077.7%20594.591V813.847C1077.7%20873.306%201051.68%20917.9%20999.657%20943.914C873.306%201014.52%20746.955%201088.85%20620.605%201163.17C564.862%201196.61%20516.551%201196.61%20460.808%201163.17C334.458%201088.85%20204.391%201014.52%2078.0401%20943.914C26.0134%20917.9%200%20877.022%200%20821.279V367.903C0%20312.16%2022.2972%20274.998%2070.6077%20245.269C204.391%20170.945%20334.458%2096.6211%20464.524%2022.2972C516.551%20-7.43239%20564.862%20-7.43239%20616.888%2022.2972C746.955%2096.6211%20873.306%20170.945%201003.37%20241.553C1051.68%20271.282%201077.7%20312.16%201077.7%20367.903V594.591ZM494.254%201085.13V665.199C494.254%20631.753%20483.105%20613.172%20453.376%20598.308C349.322%20538.848%20245.269%20479.389%20144.932%20423.646C126.351%20412.498%20107.77%20405.065%2085.4725%20390.201V813.847C85.4725%20843.576%2096.6211%20862.157%20122.634%20877.022C271.282%20958.779%20460.808%201070.26%20494.254%201088.85V1085.13ZM988.508%20851.009V557.429C988.508%20349.322%20977.359%20330.741%20955.062%20315.877C806.414%20230.404%20546.281%2085.4725%20535.132%2081.7563V226.688C535.132%20252.701%20542.565%20263.85%20564.862%20274.998C624.321%20308.444%20683.78%20341.89%20743.239%20375.336C802.698%20408.782%20828.712%20453.376%20828.712%20520.267V732.091C828.712%20743.239%20836.144%20758.104%20843.576%20765.536C888.171%20791.55%20932.765%20817.563%20984.792%20847.293H988.508V851.009ZM293.579%20222.972V375.336C293.579%20397.633%20301.012%20408.782%20319.593%20419.93C382.768%20453.376%20442.227%20490.538%20505.403%20523.984C561.146%20553.713%20587.159%20598.307%20587.159%20661.483V873.306C587.159%20884.455%20587.159%20899.319%20598.308%20906.752C642.902%20936.481%20691.212%20962.495%20743.239%20992.224V698.645C743.239%20490.538%20728.374%20475.673%20717.226%20464.524C665.199%20427.363%20475.673%20323.309%20297.296%20222.972H293.579Z'%20fill='white'/%3e%3c/svg%3e") no-repeat right bottom;background-color:#228be61a}._navBar_zk8z5_16{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._navBar_zk8z5_16{background-color:var(--mantine-color-dark-7)}._navBar_zk8z5_16{border:1px solid #dee2e6;border-radius:var(--mantine-radius-md)}._appShellHeader_zk8z5_25{background-color:transparent!important}._header_zk8z5_29:hover ._actions_zk8z5_31{opacity:1}._title_zk8z5_37{font-weight:500;color:var(--mantine-color-black)}[data-mantine-color-scheme=dark] ._title_zk8z5_37{color:var(--mantine-color-white)}._button_zk8z5_42{position:relative;overflow:visible!important}._button_zk8z5_42[data-active=true]:after{content:"";position:absolute;right:10px;left:10px;bottom:-5px;display:block;height:2px;background-color:var(--mantine-primary-color-filled)}._stepperWrapper_op9ph_1{align-items:start;box-shadow:0 1px 3px #1c7ed61a,0 36px 28px -7px #1c7ed633,0 17px 17px -7px #1c7ed614}._badge_op9ph_9{border:1px solid #228be6!important}._accordion_op9ph_13{border:none}._content_op9ph_17{padding-left:38px!important}._item_op9ph_21{border:none!important}._chevron_op9ph_25{width:24px!important;margin-left:0!important;margin-inline-start:none!important}._label_op9ph_32{padding-block:8px}.SortableList{display:flex;flex-direction:column;padding:0;list-style:none;margin:0}.SortableItem{display:flex;align-items:center;background-color:var(--mantine-color-dark-6) var(--mantine-color-white)}[data-mantine-color-scheme=dark] .SortableItem{background-color:}.SortableItem{border-radius:calc(4px / var(--scale-x, 1))}.SortableItem>div{display:flex;flex:1;min-width:0;align-items:center;justify-content:space-between}._themeProvider_13pry_1{width:100%;height:100%;font-family:var(--mantine-font-family)}._root_13pry_7{position:absolute;top:0;left:0;height:100%;width:100%;overflow-y:auto;display:flex;align-items:center;flex-direction:column;overflow:hidden;background-image:var(--bg-image);background-size:cover;background-position:center}._root_13pry_7[data-mobile=true]{display:flex;padding:12px}._root_13pry_7[data-mobile=true] div[data-media=true]{padding-bottom:0;width:auto;height:auto}._root_13pry_7[data-mobile=true] div[data-media=true][data-full=true]{height:30%}._root_13pry_7[data-mobile=true] ._container_13pry_36{padding:16px}._media_13pry_42{filter:var(--media-image-filter)}._background_13pry_46{position:absolute;top:0;left:0;bottom:0;width:100%;background-image:var(--bg-image);background-size:var(--bg-fit);mix-blend-mode:var(--bg-blend);background-position:center;filter:var(--bg-image-filter)}._stepRoot_13pry_59{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;background:color-mix(in srgb,var(--bg-color) var(--bg-opacityHex),transparent)}._stepRoot_13pry_59[data-media-layout=content],._stepRoot_13pry_59:not([data-media-layout]){justify-content:safe center;overflow-y:auto;padding-top:24px;padding-bottom:24px}._stepRoot_13pry_59[data-media-layout=content] ._media_13pry_42,._stepRoot_13pry_59:not([data-media-layout]) ._media_13pry_42{overflow:hidden;width:var(--size);border-radius:var(--mantine-radius-default)}._stepRoot_13pry_59[data-media-layout=background]{justify-content:safe center;overflow-y:auto;padding-top:24px;padding-bottom:24px}._stepRoot_13pry_59[data-media-layout=background] ._media_13pry_42{position:absolute;top:0;left:0;bottom:0;width:100%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_13pry_59[data-media-layout=fullLeft] ._content_13pry_104{width:60%;margin-left:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_13pry_59[data-media-layout=fullLeft] ._media_13pry_42{position:absolute;top:0;left:0;bottom:0;width:40%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_13pry_59[data-media-layout=fullRight] ._content_13pry_104{width:60%;margin-right:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_13pry_59[data-media-layout=fullRight] ._media_13pry_42{position:absolute;top:0;right:0;bottom:0;width:40%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_13pry_59[data-media-layout=left] ._content_13pry_104{width:60%;margin-left:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_13pry_59[data-media-layout=left] ._media_13pry_42{position:absolute;top:0;left:0;bottom:0;width:40%;padding:16px}._stepRoot_13pry_59[data-media-layout=left] ._mediaInner_13pry_169{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_13pry_59[data-media-layout=right] ._content_13pry_104{width:60%;margin-right:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_13pry_59[data-media-layout=right] ._media_13pry_42{position:absolute;top:0;right:0;bottom:0;width:40%;padding:16px}._stepRoot_13pry_59[data-media-layout=right] ._mediaInner_13pry_169{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_13pry_59[data-media-layout=fullTop]{overflow-y:auto}._stepRoot_13pry_59[data-media-layout=fullTop] ._content_13pry_104{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_13pry_59[data-media-layout=fullTop] ._media_13pry_42{flex-shrink:0;width:100%;height:min(300px,40%);background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_13pry_59[data-media-layout=fullBottom]{overflow-y:auto}._stepRoot_13pry_59[data-media-layout=fullBottom] ._content_13pry_104{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_13pry_59[data-media-layout=fullBottom] ._media_13pry_42{flex-shrink:0;width:100%;height:min(300px,40%);background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_13pry_59[data-media-layout=top]{overflow-y:auto}._stepRoot_13pry_59[data-media-layout=top] ._content_13pry_104{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_13pry_59[data-media-layout=top] ._media_13pry_42{flex-shrink:0;width:100%;height:min(300px,40%);padding:16px}._stepRoot_13pry_59[data-media-layout=top] ._mediaInner_13pry_169{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_13pry_59[data-media-layout=bottom]{overflow-y:auto}._stepRoot_13pry_59[data-media-layout=bottom] ._content_13pry_104{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_13pry_59[data-media-layout=bottom] ._media_13pry_42{flex-shrink:0;width:100%;height:min(300px,40%);padding:16px}._stepRoot_13pry_59[data-media-layout=bottom] ._mediaInner_13pry_169{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._container_13pry_36{max-width:800px;padding:16px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px;position:relative;backdrop-filter:blur(var(--blur));align-items:var(--align);background-color:var(--color);border-radius:var(--border-radius);box-shadow:var(--shadow)}._container_13pry_36:not([data-mobile=true]){padding:24px 56px}._stepTitle_13pry_332{text-align:var(--align);color:var(--color);font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family);line-height:1;flex:1;margin:0;padding:0;position:relative}._stepTitle_13pry_332[data-mobile=true]{display:flex;align-items:center;gap:8px}._stepTitle_13pry_332{--font-size-sm: 24px;--font-size-md: 32px;--font-size-lg: 38px}._stepDescription_13pry_355{text-align:var(--align);color:var(--color);font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family);margin:0;padding:0;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px}._stepIndicator_13pry_369{text-align:var(--align);color:var(--title-color);font-size:.6em;font-weight:var(--title-font-weight);line-height:1.2;display:flex;align-items:center}._stepIndicator_13pry_369[data-mobile=false]{left:0;top:50%;transform:translate(-100%) translateY(-50%);position:absolute}._stepIndicatorIcon_13pry_386{font-size:.6em}._content_13pry_104{padding-top:48px;padding-bottom:48px}._contentWrapper_13pry_395{display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:var(--align);flex:2;width:100%}._focusBox_13pry_405{width:100%;border-radius:var(--mantine-radius-default);outline-offset:8px;display:flex;flex-direction:column;gap:16px}._dropzone_13pry_414{width:100%;border-radius:var(--mantine-radius-default);border:2px dashed var(--primary-color);padding:16px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;text-align:center;cursor:pointer}._dropzone_13pry_414:hover{background-color:var(--primary-color-hover)}._allSlidesLayout_13pry_432{display:flex;flex-direction:column;gap:16px}._allSlidesLayoutStep_13pry_438{width:100%;aspect-ratio:16/9;border-radius:var(--mantine-radius-default);border:1px solid var(--mantine-color-default-border);display:flex;flex-direction:column;align-items:stretch}._editableContent_a0zig_1{min-width:0;flex:1;border-radius:8px;word-break:break-word;border:1px solid transparent;display:block;cursor:text}._editableContent_a0zig_1:focus{outline:none;border-radius:8px}._editableContent_a0zig_1[data-empty=true]:before{display:inline-block;content:attr(data-placeholder);opacity:.5;pointer-events:none;height:0}._dragOptions_1a1vw_1[data-grid=true]{display:grid;grid-template-columns:repeat(1,1fr);gap:8px;width:100%}._dragOptions_1a1vw_1[data-grid=true]:not([data-mobile=true]){grid-template-columns:repeat(3,minmax(200px,300px))}._dragOptions_1a1vw_1:not([data-grid=true]){display:flex;flex-direction:column;gap:8px}._card_aspur_1{--border-color: var(--mantine-color-black);--bg-color: var(--mantine-color-black-light);--text-color: var(--mantine-color-black);border:1px solid var(--border-color);min-width:220px;overflow:hidden;cursor:pointer;user-select:none;transition:all .2s ease;display:flex;flex-direction:column;box-shadow:var(--mantine-shadow-sm)}._card_aspur_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._card_aspur_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._card_aspur_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._card_aspur_1:hover{box-shadow:var(--mantine-shadow-md)}._card_aspur_1[data-active=true]{border-color:var(--border-color);outline:2px solid var(--border-color)}._card_aspur_1[data-disabled=true]{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-gray-6);cursor:not-allowed}._card_aspur_1[data-disabled=true]:hover{box-shadow:none}._image_aspur_48{position:relative;height:140px;background-position:center;background-size:cover;background-color:#0000000d;width:100%;display:flex;align-items:center;justify-content:center}._controls_aspur_60{padding:8px;display:flex;align-items:center;gap:8px;flex:1;color:var(--text-color);box-shadow:0 0 4.4px #228be640}._controls_aspur_60[data-size=sm]{font-size:16px}._controls_aspur_60[data-size=md]{font-size:18px}._controls_aspur_60[data-size=lg]{font-size:20px}._radio_aspur_82,._checkbox_aspur_87{border:1px solid var(--color);box-shadow:0 0 6px 0 var(--color-shadow)}._optionsContainer_1xro2_1{display:flex;flex-direction:column;gap:8px;padding-inline:8px;padding-block:12px;box-shadow:0 2px 6px #00000032;background-color:#fff}[data-mantine-color-scheme=dark] ._optionsContainer_1xro2_1{background-color:#2e2e2e}._optionsContainer_1xro2_1{border:1px solid var(--dropdown-border-color)}._optionsContainer_1xro2_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._optionsContainer_1xro2_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._optionsContainer_1xro2_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._image_ta8bx_1{width:40px;height:40px;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid var(--mantine-color-default-border)}._image_ta8bx_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._image_ta8bx_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._image_ta8bx_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._container_1kio9_1{--items-gap: 4px;--item-height: 32px;--depth-offset: 20px;--icon-size: 20px;display:flex;flex-direction:column;gap:var(--items-gap);padding:var(--items-gap) 0}._container_1kio9_1>*:last-child ._depthBox_1kio9_13:after{bottom:0}._depthBox_1kio9_13{position:relative;width:var(--depth-offset);flex-shrink:0}._depthBox_1kio9_13:after{content:"";position:absolute;top:calc(var(--items-gap) / 2 * -1);bottom:calc(var(--items-gap) / 2 * -1);right:6px;width:1px;opacity:.5;background-color:var(--mantine-color-default-border)}._itemContainer_1kio9_38{flex:1;min-width:0;display:flex;gap:0;align-items:stretch}._item_1kio9_38{--depth: 0;--padding-left: calc(6px + var(--depth-offset) * var(--depth));flex:1;position:relative;cursor:pointer;display:flex;align-items:center;padding:0 6px;height:var(--item-height);text-decoration:none;border-radius:var(--mantine-radius-default);user-select:none;min-width:0}._item_1kio9_38[data-active=true],._item_1kio9_38:has([data-opened=true]),._item_1kio9_38:hover{background-color:var(--menu-item-bg-hover)}._item_1kio9_38:not(:is(:hover,[data-active=true],[data-editing=true],:has([data-opened=true]))) [data-hiddable=true]{display:none}._item_1kio9_38[data-has-children=true]:hover ._icon_1kio9_82{display:none}._item_1kio9_38[data-has-children=true]:hover ._chevron_1kio9_86{display:flex}._item_1kio9_38 ._chevron_1kio9_86{display:none}._item_1kio9_38[data-editing=true]{background-color:var(--input-bg);border:1px solid var(--mantine-primary-color-filled)}._icon_1kio9_82{width:var(--icon-size);height:var(--icon-size);display:flex;align-items:center;justify-content:center}._container_1kio9_1[data-nearest-side=top] ._droppable_1kio9_111[data-is-over=true] ._item_1kio9_38:before{background-color:var(--mantine-primary-color-filled)}._container_1kio9_1[data-nearest-side=bottom] ._droppable_1kio9_111[data-is-over=true] ._item_1kio9_38:after{background-color:var(--mantine-primary-color-filled)}._container_1kio9_1[data-nearest-side=inside] ._droppable_1kio9_111[data-is-over=true] ._item_1kio9_38{background-color:var(--mantine-primary-color-light)}._droppable_1kio9_111 ._item_1kio9_38:before{display:block;content:"";position:absolute;top:calc(var(--items-gap) * -1 + 1px);right:0;height:2px;left:var(--padding-left)}._droppable_1kio9_111 ._item_1kio9_38:after{display:block;content:"";position:absolute;bottom:calc(var(--items-gap) * -1 + 1px);right:0;height:2px;left:var(--padding-left)}._droppable_1kio9_111[data-opened=true] ._item_1kio9_38:after{left:calc(var(--padding-left) + var(--depth-offset))}._draggableOverlay_1kio9_165{pointer-events:none;background-color:var(--mantine-color-body);border-radius:var(--mantine-radius-default);border:1px solid var(--mantine-color-default-border);width:100px;transform:rotate(-5deg)}._editInput_1kio9_174{flex:1;border:none;outline:none;background:none;height:var(--item-height);min-height:var(--item-height);font-weight:500;font-size:var(--mantine-font-size-sm);color:var(--mantine-color-text)}._column_10zam_1{background-color:#f8f9fa;border-radius:var(--mantine-radius-md)}._card_10zam_6{background-color:#fff;border-radius:var(--mantine-radius-md);border:1px solid #dee2e6}
|