@layers-app/shared 0.4.5 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- package/dist/components/AppContainer/AppContainer.module.css.js +22 -12
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts +6 -0
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts.map +1 -0
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +161 -0
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +24 -22
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +237 -95
- package/dist/components/AppContainer/components/Header.d.ts.map +1 -1
- package/dist/components/AppContainer/components/Header.js +6 -5
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +161 -128
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +62 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1111 -131
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +158 -6
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +59 -56
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +4 -3
- package/dist/components/AppContainer/types.d.ts +1 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +2 -0
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +22 -17
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +15 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +36 -0
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +22 -22
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +14 -0
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +31 -0
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +172 -120
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +68 -62
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +18 -0
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +35 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +33 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +70 -0
- package/dist/components/AttachmentsGalleryModal/helpers.d.ts +8 -0
- package/dist/components/AttachmentsGalleryModal/helpers.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/helpers.js +22 -17
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +28 -25
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +36 -41
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +32 -28
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +135 -80
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +24 -14
- package/dist/components/BouncingLogo/BouncingLogo.d.ts +1 -3
- package/dist/components/BouncingLogo/BouncingLogo.d.ts.map +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.js +14 -20
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -8
- package/dist/components/Chat/CallMessage/CallMessage.module.css.js +8 -8
- package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +5 -5
- package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +1 -1
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +44 -32
- package/dist/components/Chat/ChatInput/index.d.ts +29 -1
- package/dist/components/Chat/ChatInput/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatInput/index.js +178 -118
- package/dist/components/Chat/ChatInput/smilePlusIcon.d.ts +3 -0
- package/dist/components/Chat/ChatInput/smilePlusIcon.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/smilePlusIcon.js +49 -0
- package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +4 -4
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +2 -2
- package/dist/components/Chat/ChatMessage/index.d.ts +2 -0
- package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatMessage/index.js +136 -118
- package/dist/components/Chat/ChatPill/ChatPill.module.css.js +1 -1
- package/dist/components/Chat/DialogItem/DialogItem.module.css.js +4 -4
- package/dist/components/Chat/DialogList/DialogList.module.css.js +1 -1
- package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +3 -3
- package/dist/components/Chat/MessageActions/MessageActions.module.css.js +1 -1
- package/dist/components/Chat/MessageActions/index.d.ts +7 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageActions/index.js +40 -36
- package/dist/components/Chat/MessageForward/MessageForward.module.css.js +1 -1
- package/dist/components/Chat/MessageList/MessageList.module.css.js +10 -6
- package/dist/components/Chat/MessageList/index.d.ts +30 -3
- package/dist/components/Chat/MessageList/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageList/index.js +154 -66
- package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +3 -3
- package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageMeta/index.js +21 -19
- package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +8 -8
- package/dist/components/Chat/MessageReactions/index.d.ts +17 -0
- package/dist/components/Chat/MessageReactions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageReactions/index.js +60 -28
- package/dist/components/Chat/MessageReply/MessageReply.module.css.js +7 -7
- package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +8 -6
- package/dist/components/Chat/MessageStatus/index.d.ts +1 -1
- package/dist/components/Chat/MessageStatus/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageStatus/index.js +49 -34
- package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +1 -1
- package/dist/components/CircleColorPicker/CircleColorPicker.d.ts.map +1 -1
- package/dist/components/CircleColorPicker/CircleColorPicker.js +17 -15
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +81 -76
- package/dist/components/ColorPicker/ColorPicker.module.css.js +24 -24
- package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerList.js +43 -41
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +52 -50
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.d.ts +2 -1
- package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +73 -72
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +16 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +121 -86
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EmojiPicker/IconsPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/IconsPanel.js +28 -25
- package/dist/components/EntityIcon.d.ts +1 -0
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +80 -32
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error403.d.ts +5 -1
- package/dist/components/ErrorPage/components/Error403.d.ts.map +1 -1
- package/dist/components/ErrorPage/components/Error403.js +25 -21
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/ErrorPage/index.d.ts +5 -1
- package/dist/components/ErrorPage/index.d.ts.map +1 -1
- package/dist/components/ErrorPage/index.js +17 -10
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.module.css.js +7 -7
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +3 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +26 -25
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
- package/dist/components/MusicPlayerBar/components/HoverActions.js +28 -28
- package/dist/components/NavMenu/NavMenu.d.ts +7 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.js +54 -44
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +84 -84
- package/dist/components/NavMenu/types.d.ts +4 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NewToolbar/utils.d.ts +12 -0
- package/dist/components/NewToolbar/utils.d.ts.map +1 -0
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnboardingTour/index.d.ts +1 -1
- package/dist/components/OnboardingTour/index.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +2 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.js +63 -51
- package/dist/components/PillTabs/PillTabs.module.css.js +1 -1
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/VideoPlayer/VideoPlayer.d.ts +24 -0
- package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/dist/components/VideoPlayer/VideoPlayer.js +727 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +8 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.js +67 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +7 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.js +44 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +9 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.js +38 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +33 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.js +601 -0
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts +25 -0
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoIcons.js +145 -0
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts +27 -0
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoMenu.js +77 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +17 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +289 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +55 -0
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSelect.js +168 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +12 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +48 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +25 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +384 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +21 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +264 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +39 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +360 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +16 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +4 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +22 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +211 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +11 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +41 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +69 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +21 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +1 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.js +91 -0
- package/dist/components/VideoPlayer/index.d.ts +11 -0
- package/dist/components/VideoPlayer/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/types.d.ts +101 -0
- package/dist/components/VideoPlayer/types.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/chapters.d.ts +8 -0
- package/dist/components/VideoPlayer/utils/chapters.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/chapters.js +38 -0
- package/dist/components/VideoPlayer/utils/storyboard.d.ts +5 -0
- package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/storyboard.js +47 -0
- package/dist/components/VideoPlayer/utils/subtitles.d.ts +18 -0
- package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/subtitles.js +23 -0
- package/dist/components/VideoPlayer/utils/touch.d.ts +3 -0
- package/dist/components/VideoPlayer/utils/touch.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/touch.js +5 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +10 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +22 -0
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts +69 -0
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/videoSettings.js +90 -0
- package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +16 -14
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts.map +1 -1
- package/dist/config/brand.js +29 -29
- package/dist/config/envConfig.d.ts +4 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +41 -37
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.d.ts +9 -0
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +96 -58
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +19 -23
- package/dist/hooks/useUiPref.d.ts +2 -0
- package/dist/hooks/useUiPref.d.ts.map +1 -0
- package/dist/hooks/useUiPref.js +80 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +582 -558
- package/dist/lang/locales/ui_en.json.js +1 -1
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +1 -1
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts +19 -0
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +1 -0
- package/dist/videoSettings/createVideoSettingsDataSource.js +127 -0
- package/docs/README.md +499 -499
- package/package.json +79 -78
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { StarIcon as
|
|
3
|
-
import { HugeiconsIcon as
|
|
4
|
-
import { Text as
|
|
2
|
+
import { StarIcon as s, UserIcon as u, File01Icon as y, MessageMultiple01Icon as h, Folder02Icon as I, Folder01Icon as v } from "@hugeicons/core-free-icons";
|
|
3
|
+
import { HugeiconsIcon as i } from "@hugeicons/react";
|
|
4
|
+
import { Text as f, Box as g, Avatar as z, useMantineTheme as C, parseThemeColor as E } from "@mantine/core";
|
|
5
|
+
import { IconHash as m } from "@tabler/icons-react";
|
|
5
6
|
import F from "../assets/enitityIcons/flow.svg.js";
|
|
6
7
|
import O from "../assets/enitityIcons/form.svg.js";
|
|
7
|
-
import
|
|
8
|
+
import R from "../assets/enitityIcons/page.svg.js";
|
|
8
9
|
import S from "../assets/enitityIcons/sprint.svg.js";
|
|
9
10
|
import { DEFAULT_VALUES as a } from "../constants.js";
|
|
10
|
-
import {
|
|
11
|
-
|
|
11
|
+
import { UserAvatar as T } from "./UserAvatar/index.js";
|
|
12
|
+
import { IconEntity as c, ProjectIcon as t, renderIcon as w } from "./ProjectIcon/ProjectIcon.js";
|
|
13
|
+
const d = (o) => !!o && a.COLORS.includes(o), b = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r) => r === o?.parentId) === 1, J = ({
|
|
12
14
|
item: o
|
|
13
15
|
}) => {
|
|
14
16
|
const r = o?.size || 16;
|
|
15
17
|
if (!o) return null;
|
|
16
|
-
if (
|
|
18
|
+
if (b(o)) {
|
|
17
19
|
if (o.title === "_system.favorites")
|
|
18
20
|
return /* @__PURE__ */ n(
|
|
19
|
-
|
|
21
|
+
i,
|
|
20
22
|
{
|
|
21
|
-
icon:
|
|
23
|
+
icon: s,
|
|
22
24
|
size: r,
|
|
23
25
|
color: "var(--mantine-color-yellow-5)",
|
|
24
26
|
fill: "var(--mantine-color-yellow-5)"
|
|
@@ -26,31 +28,31 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
26
28
|
);
|
|
27
29
|
if (o.title === "_system.shared")
|
|
28
30
|
return /* @__PURE__ */ n(
|
|
29
|
-
|
|
31
|
+
i,
|
|
30
32
|
{
|
|
31
33
|
icon: u,
|
|
32
34
|
size: r,
|
|
33
35
|
color: "var(--mantine-color-blue-5)"
|
|
34
36
|
}
|
|
35
37
|
);
|
|
36
|
-
const e =
|
|
37
|
-
return /* @__PURE__ */ n(
|
|
38
|
+
const e = c.parse(o.icon), l = d(e?.color) ? e.color : a.FOLDER_COLOR;
|
|
39
|
+
return /* @__PURE__ */ n(x, { color: l, size: r, opened: o.isOpen });
|
|
38
40
|
}
|
|
39
41
|
if (o.type === "ATTACHMENT")
|
|
40
|
-
return /* @__PURE__ */ n(
|
|
42
|
+
return /* @__PURE__ */ n(i, { icon: y, size: r });
|
|
41
43
|
if (o.type === "PAGE")
|
|
42
44
|
return /* @__PURE__ */ n(
|
|
43
|
-
|
|
45
|
+
t,
|
|
44
46
|
{
|
|
45
47
|
fallbackColor: o.icon ? void 0 : "var(--default-page-icon-color)",
|
|
46
48
|
name: o.title,
|
|
47
49
|
icon: o.icon,
|
|
48
|
-
fallback: /* @__PURE__ */ n(
|
|
50
|
+
fallback: /* @__PURE__ */ n(R, { width: r, height: r })
|
|
49
51
|
}
|
|
50
52
|
);
|
|
51
53
|
if (o.type === "FORM")
|
|
52
54
|
return /* @__PURE__ */ n(
|
|
53
|
-
|
|
55
|
+
t,
|
|
54
56
|
{
|
|
55
57
|
fallbackColor: "var(--default-form-icon-color)",
|
|
56
58
|
icon: o.icon,
|
|
@@ -59,7 +61,7 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
59
61
|
);
|
|
60
62
|
if (o.type === "FLOW")
|
|
61
63
|
return /* @__PURE__ */ n(
|
|
62
|
-
|
|
64
|
+
t,
|
|
63
65
|
{
|
|
64
66
|
icon: o.icon,
|
|
65
67
|
fallbackColor: "var(--default-flow-icon-color)",
|
|
@@ -67,12 +69,12 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
67
69
|
}
|
|
68
70
|
);
|
|
69
71
|
if (o.type === "SPRINT") {
|
|
70
|
-
const e =
|
|
72
|
+
const e = c.parse(o.icon), l = d(e?.color) ? e.color : a.SPRINT_COLOR;
|
|
71
73
|
return /* @__PURE__ */ n(
|
|
72
|
-
|
|
74
|
+
f,
|
|
73
75
|
{
|
|
74
76
|
fz: r,
|
|
75
|
-
c:
|
|
77
|
+
c: l,
|
|
76
78
|
style: {
|
|
77
79
|
display: "flex",
|
|
78
80
|
alignItems: "center",
|
|
@@ -84,8 +86,54 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
84
86
|
}
|
|
85
87
|
);
|
|
86
88
|
}
|
|
89
|
+
if (o.type === "FAVORITES")
|
|
90
|
+
return /* @__PURE__ */ n(
|
|
91
|
+
i,
|
|
92
|
+
{
|
|
93
|
+
icon: s,
|
|
94
|
+
size: r,
|
|
95
|
+
color: "var(--mantine-color-yellow-5)"
|
|
96
|
+
}
|
|
97
|
+
);
|
|
98
|
+
if (o.type === "DIRECT")
|
|
99
|
+
return /* @__PURE__ */ n(
|
|
100
|
+
i,
|
|
101
|
+
{
|
|
102
|
+
icon: h,
|
|
103
|
+
size: r,
|
|
104
|
+
color: "var(--mantine-color-dimmed)"
|
|
105
|
+
}
|
|
106
|
+
);
|
|
107
|
+
if (o.type === "CHANNEL")
|
|
108
|
+
return /* @__PURE__ */ n(
|
|
109
|
+
t,
|
|
110
|
+
{
|
|
111
|
+
icon: o.icon,
|
|
112
|
+
fallback: /* @__PURE__ */ n(
|
|
113
|
+
m,
|
|
114
|
+
{
|
|
115
|
+
size: r,
|
|
116
|
+
color: "var(--mantine-color-dimmed)"
|
|
117
|
+
}
|
|
118
|
+
),
|
|
119
|
+
size: r
|
|
120
|
+
}
|
|
121
|
+
);
|
|
122
|
+
if (o.type === "USER")
|
|
123
|
+
return /* @__PURE__ */ n(
|
|
124
|
+
T,
|
|
125
|
+
{
|
|
126
|
+
user: {
|
|
127
|
+
id: o.id || "",
|
|
128
|
+
name: o.title || "",
|
|
129
|
+
avatar: o.avatarUrl
|
|
130
|
+
},
|
|
131
|
+
size: r,
|
|
132
|
+
radius: "xl"
|
|
133
|
+
}
|
|
134
|
+
);
|
|
87
135
|
if (o.type === "PROJECT") {
|
|
88
|
-
const e =
|
|
136
|
+
const e = c.parse(o.icon);
|
|
89
137
|
return e?.emoji ? /* @__PURE__ */ n(
|
|
90
138
|
g,
|
|
91
139
|
{
|
|
@@ -99,7 +147,7 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
99
147
|
height: r
|
|
100
148
|
},
|
|
101
149
|
children: /* @__PURE__ */ n(
|
|
102
|
-
|
|
150
|
+
t,
|
|
103
151
|
{
|
|
104
152
|
p: 0,
|
|
105
153
|
icon: o.icon,
|
|
@@ -109,7 +157,7 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
109
157
|
)
|
|
110
158
|
}
|
|
111
159
|
) : /* @__PURE__ */ n(
|
|
112
|
-
|
|
160
|
+
z,
|
|
113
161
|
{
|
|
114
162
|
variant: "filled",
|
|
115
163
|
radius: 4,
|
|
@@ -117,7 +165,7 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
117
165
|
size: o.size ?? 16,
|
|
118
166
|
color: e?.color || "initials",
|
|
119
167
|
children: /* @__PURE__ */ n(
|
|
120
|
-
|
|
168
|
+
f,
|
|
121
169
|
{
|
|
122
170
|
fz: o.fz ?? 12,
|
|
123
171
|
fw: 500,
|
|
@@ -129,31 +177,31 @@ const f = (o) => !!o && a.COLORS.includes(o), T = (o) => o.type === "FOLDER" ||
|
|
|
129
177
|
justifyContent: "center",
|
|
130
178
|
lineHeight: "normal"
|
|
131
179
|
},
|
|
132
|
-
children:
|
|
180
|
+
children: w(e, void 0, !0, o.title)
|
|
133
181
|
}
|
|
134
182
|
)
|
|
135
183
|
}
|
|
136
184
|
);
|
|
137
185
|
}
|
|
138
186
|
return null;
|
|
139
|
-
},
|
|
187
|
+
}, x = ({
|
|
140
188
|
color: o,
|
|
141
189
|
size: r,
|
|
142
190
|
opened: e
|
|
143
191
|
}) => {
|
|
144
|
-
const
|
|
192
|
+
const l = C(), p = E({
|
|
145
193
|
color: o || "gray",
|
|
146
|
-
theme:
|
|
194
|
+
theme: l
|
|
147
195
|
});
|
|
148
196
|
return /* @__PURE__ */ n(
|
|
149
|
-
|
|
197
|
+
i,
|
|
150
198
|
{
|
|
151
|
-
color:
|
|
152
|
-
icon: e ?
|
|
199
|
+
color: p.value || void 0,
|
|
200
|
+
icon: e ? I : v,
|
|
153
201
|
size: r
|
|
154
202
|
}
|
|
155
203
|
);
|
|
156
204
|
};
|
|
157
205
|
export {
|
|
158
|
-
|
|
206
|
+
J as EntityIcon
|
|
159
207
|
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
export declare const Error403: ({ closeAction }: {
|
|
1
|
+
export declare const Error403: ({ closeAction, title, description, }: {
|
|
2
2
|
closeAction?: () => void;
|
|
3
|
+
/** Optional override — lets callers pick an entity-specific phrasing
|
|
4
|
+
* (e.g. «задаче» / «спринту») while keeping all other behavior. */
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
3
7
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
4
8
|
//# sourceMappingURL=Error403.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error403.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error403.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,GAAI,
|
|
1
|
+
{"version":3,"file":"Error403.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error403.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,GAAI,sCAItB;IACD,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;wEACoE;IACpE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,4CA2CA,CAAC"}
|
|
@@ -1,41 +1,45 @@
|
|
|
1
|
-
import { jsxs as i, Fragment as
|
|
2
|
-
import { Helmet as
|
|
3
|
-
import { useTranslation as
|
|
4
|
-
import { useNavigate as
|
|
5
|
-
import { Stack as
|
|
6
|
-
import { IconHome2 as
|
|
7
|
-
import { useMenu as
|
|
8
|
-
import { NoData as
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { jsxs as i, Fragment as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { Helmet as c } from "react-helmet";
|
|
3
|
+
import { useTranslation as a } from "react-i18next";
|
|
4
|
+
import { useNavigate as p } from "react-router-dom";
|
|
5
|
+
import { Stack as f, CloseButton as d } from "@mantine/core";
|
|
6
|
+
import { IconHome2 as u } from "@tabler/icons-react";
|
|
7
|
+
import { useMenu as h } from "../../../hooks/useMenu.js";
|
|
8
|
+
import { NoData as g } from "../../NoData/NoData.js";
|
|
9
|
+
const H = ({
|
|
10
|
+
closeAction: e,
|
|
11
|
+
title: r,
|
|
12
|
+
description: n
|
|
13
|
+
}) => {
|
|
14
|
+
const { t: o } = a(), s = p(), { isMobile: m } = h();
|
|
15
|
+
return /* @__PURE__ */ i(l, { children: [
|
|
16
|
+
/* @__PURE__ */ t(c, { children: /* @__PURE__ */ t("title", { children: "403" }) }),
|
|
17
|
+
/* @__PURE__ */ i(f, { p: 80, gap: "sm", justify: "center", flex: 1, align: "center", children: [
|
|
14
18
|
/* @__PURE__ */ t(
|
|
15
|
-
|
|
19
|
+
g,
|
|
16
20
|
{
|
|
17
|
-
title: o("403.title"),
|
|
18
|
-
description: o("403.description"),
|
|
21
|
+
title: r ?? o("403.title"),
|
|
22
|
+
description: n ?? o("403.description"),
|
|
19
23
|
illustration: "noAccess",
|
|
20
24
|
flex: "0,0,0",
|
|
21
25
|
size: 210,
|
|
22
26
|
h: "60dvh",
|
|
23
|
-
w:
|
|
27
|
+
w: m ? 500 : "70%",
|
|
24
28
|
titleProps: { maw: 600, fz: 32 },
|
|
25
29
|
descriptionProps: { maw: 500, fz: 14 },
|
|
26
30
|
buttons: [
|
|
27
31
|
{
|
|
28
32
|
size: "sm",
|
|
29
33
|
variant: "filled",
|
|
30
|
-
leftSection: /* @__PURE__ */ t(
|
|
31
|
-
onClick: () =>
|
|
34
|
+
leftSection: /* @__PURE__ */ t(u, { size: 18 }),
|
|
35
|
+
onClick: () => s("/"),
|
|
32
36
|
children: o("404.goHome")
|
|
33
37
|
}
|
|
34
38
|
]
|
|
35
39
|
}
|
|
36
40
|
),
|
|
37
41
|
e && /* @__PURE__ */ t(
|
|
38
|
-
|
|
42
|
+
d,
|
|
39
43
|
{
|
|
40
44
|
pos: "absolute",
|
|
41
45
|
top: 16,
|
|
@@ -47,5 +51,5 @@ const w = ({ closeAction: e }) => {
|
|
|
47
51
|
] });
|
|
48
52
|
};
|
|
49
53
|
export {
|
|
50
|
-
|
|
54
|
+
H as Error403
|
|
51
55
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;
|
|
1
|
+
{"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;eACkX,CAAC;6CADxW,CAAC"}
|
|
@@ -2,8 +2,12 @@ import { FetchBaseQueryError } from '@reduxjs/toolkit/query';
|
|
|
2
2
|
type Props = {
|
|
3
3
|
error?: FetchBaseQueryError | SerializedError | undefined;
|
|
4
4
|
closeAction?: () => void;
|
|
5
|
+
/** Optional override for the title/description of the 403 placeholder so
|
|
6
|
+
* callers can phrase it for their specific entity (task/sprint/...). */
|
|
7
|
+
title?: string;
|
|
8
|
+
description?: string;
|
|
5
9
|
};
|
|
6
|
-
export declare const ErrorPage: ({ error, closeAction }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const ErrorPage: ({ error, closeAction, title, description }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
11
|
interface SerializedError {
|
|
8
12
|
name?: string;
|
|
9
13
|
message?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAM7D,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,mBAAmB,GAAG,eAAe,GAAG,SAAS,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAM7D,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,mBAAmB,GAAG,eAAe,GAAG,SAAS,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;6EACyE;IACzE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,4CAA4C,KAAK,4CAsB1E,CAAC;AAEF,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,25 +1,32 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { Error403 as
|
|
3
|
-
import { ErrorUndefined as
|
|
2
|
+
import { Error403 as a } from "./components/Error403.js";
|
|
3
|
+
import { ErrorUndefined as o } from "./components/ErrorUndefined.js";
|
|
4
4
|
import { Error500 as e } from "./components/Error500.js";
|
|
5
|
-
import { Error406 as
|
|
6
|
-
import { Error404 as
|
|
7
|
-
const
|
|
5
|
+
import { Error406 as p } from "./components/Error406.js";
|
|
6
|
+
import { Error404 as s } from "./components/Error404.js";
|
|
7
|
+
const h = ({ error: m, closeAction: r, title: f, description: u }) => {
|
|
8
8
|
if (m && "status" in m)
|
|
9
9
|
switch (m.status) {
|
|
10
10
|
case 404:
|
|
11
|
-
return /* @__PURE__ */ t(
|
|
11
|
+
return /* @__PURE__ */ t(s, { size: 280, closeAction: r });
|
|
12
12
|
case 406:
|
|
13
|
-
return /* @__PURE__ */ t(
|
|
13
|
+
return /* @__PURE__ */ t(p, { closeAction: r });
|
|
14
14
|
case 500:
|
|
15
15
|
return /* @__PURE__ */ t(e, { closeAction: r });
|
|
16
16
|
case 403:
|
|
17
|
-
return /* @__PURE__ */ t(
|
|
17
|
+
return /* @__PURE__ */ t(
|
|
18
|
+
a,
|
|
19
|
+
{
|
|
20
|
+
closeAction: r,
|
|
21
|
+
title: f,
|
|
22
|
+
description: u
|
|
23
|
+
}
|
|
24
|
+
);
|
|
18
25
|
default:
|
|
19
|
-
return /* @__PURE__ */ t(
|
|
26
|
+
return /* @__PURE__ */ t(o, { closeAction: r });
|
|
20
27
|
}
|
|
21
28
|
return /* @__PURE__ */ t(e, { closeAction: r });
|
|
22
29
|
};
|
|
23
30
|
export {
|
|
24
|
-
|
|
31
|
+
h as ErrorPage
|
|
25
32
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_featureProgressRoot_179em_1", t = "_progressTrack_179em_5", o = "_collapsedBar_179em_12", l = "_collapsedBarComplete_179em_37", s = "_collapsedTitle_179em_46", c = "_collapsedCompleteRight_179em_50", r = "_collapsedProgressWrap_179em_68", p = "_collapsedProgressWrapHidden_179em_74", a = "_collapsedPercent_179em_78", _ = "_collapsedCloseBtn_179em_85", n = "_collapsedBarOpened_179em_89", m = "_stepsDrawer_179em_93", d = "_stepsDrawerOpened_179em_111", i = "_expandedContainer_179em_119", P = "_expandedProgressRow_179em_123", C = "_expandedProgressEmoji_179em_130", g = "_expandedPercent_179em_136", B = "_stepsList_179em_143", T = "_stepItem_179em_151", u = "_stepCircle_179em_158", x = "_stepCirclePending_179em_171", D = "_stepCircleDone_179em_177", w = "_stepText_179em_183", R = "_startTutorialButtonWrap_179em_193", W = "_startTutorialButton_179em_193", b = "_completeModalBody_179em_210", E = "_completeCelebration_179em_218", O = "_completeCelebrationSvg_179em_226", f = "_completeCone_179em_232", y = "_completeParticleA_179em_238", h = "_completeParticleB_179em_239", j = "_completeParticleC_179em_240", k = "_completeParticleD_179em_241", v = "_completeParticleE_179em_242", A = "_completeParticleF_179em_243", F = "_completeParticleG_179em_244", G = "_completeTitle_179em_377", H = "_completeDescription_179em_384", I = {
|
|
2
2
|
featureProgressRoot: e,
|
|
3
|
-
progressTrack:
|
|
4
|
-
collapsedBar:
|
|
3
|
+
progressTrack: t,
|
|
4
|
+
collapsedBar: o,
|
|
5
5
|
collapsedBarComplete: l,
|
|
6
6
|
collapsedTitle: s,
|
|
7
7
|
collapsedCompleteRight: c,
|
|
@@ -10,36 +10,36 @@ const e = "_featureProgressRoot_bvfoj_1", o = "_progressTrack_bvfoj_9", t = "_co
|
|
|
10
10
|
collapsedPercent: a,
|
|
11
11
|
collapsedCloseBtn: _,
|
|
12
12
|
collapsedBarOpened: n,
|
|
13
|
-
stepsDrawer:
|
|
14
|
-
stepsDrawerOpened:
|
|
15
|
-
expandedContainer:
|
|
13
|
+
stepsDrawer: m,
|
|
14
|
+
stepsDrawerOpened: d,
|
|
15
|
+
expandedContainer: i,
|
|
16
16
|
expandedProgressRow: P,
|
|
17
|
-
expandedProgressEmoji:
|
|
18
|
-
expandedPercent:
|
|
19
|
-
stepsList:
|
|
20
|
-
stepItem:
|
|
21
|
-
stepCircle:
|
|
22
|
-
stepCirclePending:
|
|
23
|
-
stepCircleDone:
|
|
24
|
-
stepText:
|
|
25
|
-
startTutorialButtonWrap:
|
|
26
|
-
startTutorialButton:
|
|
27
|
-
completeModalBody:
|
|
28
|
-
completeCelebration:
|
|
29
|
-
completeCelebrationSvg:
|
|
30
|
-
completeCone:
|
|
31
|
-
completeParticleA:
|
|
32
|
-
completeParticleB:
|
|
33
|
-
completeParticleC:
|
|
34
|
-
completeParticleD:
|
|
35
|
-
completeParticleE:
|
|
17
|
+
expandedProgressEmoji: C,
|
|
18
|
+
expandedPercent: g,
|
|
19
|
+
stepsList: B,
|
|
20
|
+
stepItem: T,
|
|
21
|
+
stepCircle: u,
|
|
22
|
+
stepCirclePending: x,
|
|
23
|
+
stepCircleDone: D,
|
|
24
|
+
stepText: w,
|
|
25
|
+
startTutorialButtonWrap: R,
|
|
26
|
+
startTutorialButton: W,
|
|
27
|
+
completeModalBody: b,
|
|
28
|
+
completeCelebration: E,
|
|
29
|
+
completeCelebrationSvg: O,
|
|
30
|
+
completeCone: f,
|
|
31
|
+
completeParticleA: y,
|
|
32
|
+
completeParticleB: h,
|
|
33
|
+
completeParticleC: j,
|
|
34
|
+
completeParticleD: k,
|
|
35
|
+
completeParticleE: v,
|
|
36
36
|
completeParticleF: A,
|
|
37
37
|
completeParticleG: F,
|
|
38
38
|
completeTitle: G,
|
|
39
39
|
completeDescription: H
|
|
40
40
|
};
|
|
41
41
|
export {
|
|
42
|
-
|
|
42
|
+
o as collapsedBar,
|
|
43
43
|
l as collapsedBarComplete,
|
|
44
44
|
n as collapsedBarOpened,
|
|
45
45
|
_ as collapsedCloseBtn,
|
|
@@ -48,34 +48,34 @@ export {
|
|
|
48
48
|
r as collapsedProgressWrap,
|
|
49
49
|
p as collapsedProgressWrapHidden,
|
|
50
50
|
s as collapsedTitle,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
E as completeCelebration,
|
|
52
|
+
O as completeCelebrationSvg,
|
|
53
|
+
f as completeCone,
|
|
54
54
|
H as completeDescription,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
55
|
+
b as completeModalBody,
|
|
56
|
+
y as completeParticleA,
|
|
57
|
+
h as completeParticleB,
|
|
58
|
+
j as completeParticleC,
|
|
59
|
+
k as completeParticleD,
|
|
60
|
+
v as completeParticleE,
|
|
61
61
|
A as completeParticleF,
|
|
62
62
|
F as completeParticleG,
|
|
63
63
|
G as completeTitle,
|
|
64
64
|
I as default,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
i as expandedContainer,
|
|
66
|
+
g as expandedPercent,
|
|
67
|
+
C as expandedProgressEmoji,
|
|
68
68
|
P as expandedProgressRow,
|
|
69
69
|
e as featureProgressRoot,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
70
|
+
t as progressTrack,
|
|
71
|
+
W as startTutorialButton,
|
|
72
|
+
R as startTutorialButtonWrap,
|
|
73
|
+
u as stepCircle,
|
|
74
|
+
D as stepCircleDone,
|
|
75
|
+
x as stepCirclePending,
|
|
76
|
+
T as stepItem,
|
|
77
|
+
w as stepText,
|
|
78
|
+
m as stepsDrawer,
|
|
79
|
+
d as stepsDrawerOpened,
|
|
80
|
+
B as stepsList
|
|
81
81
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const
|
|
2
|
-
itemImage:
|
|
3
|
-
imageAuthor:
|
|
1
|
+
const t = "_itemImage_1ccdl_1", e = "_imageAuthor_1ccdl_14", o = "_button_1ccdl_22", c = "_pickerDropZone_1ccdl_32", _ = {
|
|
2
|
+
itemImage: t,
|
|
3
|
+
imageAuthor: e,
|
|
4
4
|
button: o,
|
|
5
|
-
pickerDropZone:
|
|
5
|
+
pickerDropZone: c
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
o as button,
|
|
9
9
|
_ as default,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
e as imageAuthor,
|
|
11
|
+
t as itemImage,
|
|
12
|
+
c as pickerDropZone
|
|
13
13
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_themeProvider_1lm79_1", o = "_root_1lm79_7", e = "_container_1lm79_36", n = "_media_1lm79_42", _ = "_background_1lm79_46", s = "_stepRoot_1lm79_59", c = "_content_1lm79_104", l = "_mediaInner_1lm79_169", i = "_stepTitle_1lm79_332", a = "_stepDescription_1lm79_355", r = "_stepIndicator_1lm79_369", d = "_stepIndicatorIcon_1lm79_386", m = "_focusBox_1lm79_405", p = "_dropzone_1lm79_414", u = "_allSlidesLayout_1lm79_432", I = "_allSlidesLayoutStep_1lm79_438", S = {
|
|
2
2
|
themeProvider: t,
|
|
3
3
|
root: o,
|
|
4
4
|
container: e,
|
|
@@ -6,32 +6,32 @@ const t = "_themeProvider_1fk4v_1", o = "_root_1fk4v_13", e = "_container_1fk4v_
|
|
|
6
6
|
background: _,
|
|
7
7
|
stepRoot: s,
|
|
8
8
|
content: c,
|
|
9
|
-
mediaInner:
|
|
10
|
-
stepTitle:
|
|
11
|
-
stepDescription:
|
|
12
|
-
stepIndicator:
|
|
13
|
-
stepIndicatorIcon:
|
|
14
|
-
focusBox:
|
|
15
|
-
dropzone:
|
|
16
|
-
allSlidesLayout:
|
|
17
|
-
allSlidesLayoutStep:
|
|
9
|
+
mediaInner: l,
|
|
10
|
+
stepTitle: i,
|
|
11
|
+
stepDescription: a,
|
|
12
|
+
stepIndicator: r,
|
|
13
|
+
stepIndicatorIcon: d,
|
|
14
|
+
focusBox: m,
|
|
15
|
+
dropzone: p,
|
|
16
|
+
allSlidesLayout: u,
|
|
17
|
+
allSlidesLayoutStep: I
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
u as allSlidesLayout,
|
|
21
|
+
I as allSlidesLayoutStep,
|
|
22
22
|
_ as background,
|
|
23
23
|
e as container,
|
|
24
24
|
c as content,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
S as default,
|
|
26
|
+
p as dropzone,
|
|
27
|
+
m as focusBox,
|
|
28
28
|
n as media,
|
|
29
|
-
|
|
29
|
+
l as mediaInner,
|
|
30
30
|
o as root,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
a as stepDescription,
|
|
32
|
+
r as stepIndicator,
|
|
33
|
+
d as stepIndicatorIcon,
|
|
34
34
|
s as stepRoot,
|
|
35
|
-
|
|
35
|
+
i as stepTitle,
|
|
36
36
|
t as themeProvider
|
|
37
37
|
};
|
package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_card_aspur_1", c = "_image_aspur_48", s = "_controls_aspur_60", a = "_radio_aspur_82", r = "_checkbox_aspur_87", _ = {
|
|
2
2
|
card: o,
|
|
3
3
|
image: c,
|
|
4
|
-
controls:
|
|
5
|
-
radio:
|
|
6
|
-
checkbox:
|
|
4
|
+
controls: s,
|
|
5
|
+
radio: a,
|
|
6
|
+
checkbox: r
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
o as card,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
r as checkbox,
|
|
11
|
+
s as controls,
|
|
12
|
+
_ as default,
|
|
13
13
|
c as image,
|
|
14
|
-
|
|
14
|
+
a as radio
|
|
15
15
|
};
|