@layers-app/shared 0.4.6 → 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.
Files changed (229) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
  2. package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
  3. package/dist/components/AppContainer/AppContainer.js +79 -72
  4. package/dist/components/AppContainer/AppContainer.module.css.js +20 -10
  5. package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts +6 -0
  6. package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts.map +1 -0
  7. package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +161 -0
  8. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  9. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +238 -105
  10. package/dist/components/AppContainer/components/Main.js +4 -4
  11. package/dist/components/AppContainer/components/SlideAnimation.js +4 -4
  12. package/dist/components/AppContainer/components/ToolSidebar.js +9 -9
  13. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +62 -1
  14. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  15. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1107 -137
  16. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +158 -6
  17. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  18. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +2 -0
  19. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
  20. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +22 -17
  21. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +15 -0
  22. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +1 -0
  23. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +36 -0
  24. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +22 -22
  25. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +14 -0
  26. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +1 -0
  27. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +31 -0
  28. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
  29. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +172 -120
  30. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  31. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +18 -0
  32. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +1 -0
  33. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +35 -0
  34. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +33 -0
  35. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -0
  36. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +70 -0
  37. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +32 -28
  38. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +12 -12
  39. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -4
  40. package/dist/components/Chat/CallMessage/CallMessage.module.css.js +8 -8
  41. package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +1 -1
  42. package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +1 -1
  43. package/dist/components/Chat/ChatInput/ChatInput.module.css.js +44 -44
  44. package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +4 -4
  45. package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +10 -10
  46. package/dist/components/Chat/ChatPill/ChatPill.module.css.js +1 -1
  47. package/dist/components/Chat/DialogItem/DialogItem.module.css.js +4 -4
  48. package/dist/components/Chat/DialogList/DialogList.module.css.js +1 -1
  49. package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +4 -4
  50. package/dist/components/Chat/MessageActions/MessageActions.module.css.js +1 -1
  51. package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
  52. package/dist/components/Chat/MessageActions/index.js +38 -37
  53. package/dist/components/Chat/MessageForward/MessageForward.module.css.js +1 -1
  54. package/dist/components/Chat/MessageList/MessageList.module.css.js +5 -5
  55. package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +3 -3
  56. package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -1
  57. package/dist/components/Chat/MessageMeta/index.js +21 -19
  58. package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +12 -12
  59. package/dist/components/Chat/MessageReply/MessageReply.module.css.js +7 -7
  60. package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +8 -8
  61. package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +1 -1
  62. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  63. package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
  64. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  65. package/dist/components/ColorPicker/ColorPicker.js +81 -76
  66. package/dist/components/ColorPicker/ColorPicker.module.css.js +26 -32
  67. package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -1
  68. package/dist/components/ColorPicker/ColorPickerList.js +72 -83
  69. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  70. package/dist/components/ColorPicker/ColorPickerToolbar.js +64 -67
  71. package/dist/components/ColorPicker/icons.js +5 -5
  72. package/dist/components/ColorPicker/types.d.ts +0 -6
  73. package/dist/components/ColorPicker/types.d.ts.map +1 -1
  74. package/dist/components/ColorPicker/types.js +11 -53
  75. package/dist/components/ColorPicker/useRecentColors.d.ts +1 -3
  76. package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -1
  77. package/dist/components/ColorPicker/useRecentColors.js +20 -43
  78. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  79. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  80. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  81. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  82. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  83. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  84. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  85. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  86. package/dist/components/FilePicker/FilePicker.module.css.js +7 -7
  87. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  88. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  89. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  90. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  91. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  92. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  93. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  94. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  95. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +3 -1
  96. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
  97. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +26 -25
  98. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  99. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  100. package/dist/components/Loaders/styles.module.css.js +6 -6
  101. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  102. package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
  103. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  104. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  105. package/dist/components/NewToolbar/utils.d.ts +12 -0
  106. package/dist/components/NewToolbar/utils.d.ts.map +1 -0
  107. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  108. package/dist/components/Notification/Notification.module.css.js +1 -1
  109. package/dist/components/OnboardingTour/index.d.ts +1 -1
  110. package/dist/components/OnboardingTour/index.d.ts.map +1 -1
  111. package/dist/components/OnboardingTour/useOnboardingTour.d.ts +2 -0
  112. package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
  113. package/dist/components/OnboardingTour/useOnboardingTour.js +63 -51
  114. package/dist/components/PillTabs/PillTabs.module.css.js +1 -1
  115. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  116. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  117. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  118. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  119. package/dist/components/VideoPlayer/VideoPlayer.d.ts +24 -0
  120. package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  121. package/dist/components/VideoPlayer/VideoPlayer.js +727 -0
  122. package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +8 -0
  123. package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +1 -0
  124. package/dist/components/VideoPlayer/components/MobileDrawer/index.js +67 -0
  125. package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +7 -0
  126. package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +1 -0
  127. package/dist/components/VideoPlayer/components/SelectListOptionButton.js +44 -0
  128. package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +9 -0
  129. package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +1 -0
  130. package/dist/components/VideoPlayer/components/StoryboardPreview.js +38 -0
  131. package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +33 -0
  132. package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +1 -0
  133. package/dist/components/VideoPlayer/components/VideoCustomControls.js +601 -0
  134. package/dist/components/VideoPlayer/components/VideoIcons.d.ts +25 -0
  135. package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +1 -0
  136. package/dist/components/VideoPlayer/components/VideoIcons.js +145 -0
  137. package/dist/components/VideoPlayer/components/VideoMenu.d.ts +27 -0
  138. package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +1 -0
  139. package/dist/components/VideoPlayer/components/VideoMenu.js +77 -0
  140. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +17 -0
  141. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +1 -0
  142. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +289 -0
  143. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +10 -0
  144. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +1 -0
  145. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +55 -0
  146. package/dist/components/VideoPlayer/components/VideoSelect.d.ts +10 -0
  147. package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +1 -0
  148. package/dist/components/VideoPlayer/components/VideoSelect.js +168 -0
  149. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +12 -0
  150. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +1 -0
  151. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +48 -0
  152. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +25 -0
  153. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +1 -0
  154. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +384 -0
  155. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +21 -0
  156. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +1 -0
  157. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +264 -0
  158. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +10 -0
  159. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +1 -0
  160. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +39 -0
  161. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +14 -0
  162. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +1 -0
  163. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +360 -0
  164. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +16 -0
  165. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +1 -0
  166. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +14 -0
  167. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +1 -0
  168. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +4 -0
  169. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +1 -0
  170. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +14 -0
  171. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +22 -0
  172. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +1 -0
  173. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +211 -0
  174. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +11 -0
  175. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +1 -0
  176. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +41 -0
  177. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +10 -0
  178. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +1 -0
  179. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +69 -0
  180. package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +21 -0
  181. package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +1 -0
  182. package/dist/components/VideoPlayer/hooks/useStoryboard.js +91 -0
  183. package/dist/components/VideoPlayer/index.d.ts +11 -0
  184. package/dist/components/VideoPlayer/index.d.ts.map +1 -0
  185. package/dist/components/VideoPlayer/types.d.ts +101 -0
  186. package/dist/components/VideoPlayer/types.d.ts.map +1 -0
  187. package/dist/components/VideoPlayer/utils/chapters.d.ts +8 -0
  188. package/dist/components/VideoPlayer/utils/chapters.d.ts.map +1 -0
  189. package/dist/components/VideoPlayer/utils/chapters.js +38 -0
  190. package/dist/components/VideoPlayer/utils/storyboard.d.ts +5 -0
  191. package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +1 -0
  192. package/dist/components/VideoPlayer/utils/storyboard.js +47 -0
  193. package/dist/components/VideoPlayer/utils/subtitles.d.ts +18 -0
  194. package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +1 -0
  195. package/dist/components/VideoPlayer/utils/subtitles.js +23 -0
  196. package/dist/components/VideoPlayer/utils/touch.d.ts +3 -0
  197. package/dist/components/VideoPlayer/utils/touch.d.ts.map +1 -0
  198. package/dist/components/VideoPlayer/utils/touch.js +5 -0
  199. package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +10 -0
  200. package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +1 -0
  201. package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +22 -0
  202. package/dist/components/VideoPlayer/utils/videoSettings.d.ts +69 -0
  203. package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +1 -0
  204. package/dist/components/VideoPlayer/utils/videoSettings.js +90 -0
  205. package/dist/components/table/FrontTable.d.ts.map +1 -1
  206. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  207. package/dist/config/brand.d.ts.map +1 -1
  208. package/dist/config/brand.js +29 -29
  209. package/dist/config/envConfig.d.ts +2 -0
  210. package/dist/config/envConfig.d.ts.map +1 -1
  211. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  212. package/dist/helpers/showNotifications.d.ts +8 -14
  213. package/dist/helpers/showNotifications.d.ts.map +1 -1
  214. package/dist/helpers/showNotifications.js +107 -111
  215. package/dist/helpers/showNotifications.module.css.js +4 -16
  216. package/dist/hooks/useDateUtils.d.ts.map +1 -1
  217. package/dist/hooks/useDateUtils.js +19 -23
  218. package/dist/index.css +1 -1
  219. package/dist/index.d.ts +2 -0
  220. package/dist/index.d.ts.map +1 -1
  221. package/dist/index.js +589 -575
  222. package/dist/lang/locales/ui_en.json.js +1 -1
  223. package/dist/lang/locales/ui_es.json.js +1 -1
  224. package/dist/lang/locales/ui_ru.json.js +1 -1
  225. package/dist/videoSettings/createVideoSettingsDataSource.d.ts +19 -0
  226. package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +1 -0
  227. package/dist/videoSettings/createVideoSettingsDataSource.js +127 -0
  228. package/docs/README.md +499 -499
  229. package/package.json +79 -78
@@ -1,132 +1,184 @@
1
- import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { memo as v, useRef as I } from "react";
3
- import { useTranslation as F } from "react-i18next";
4
- import { Box as C, Tooltip as t, ActionIcon as i, Flex as s, Text as u } from "@mantine/core";
5
- import { IconDownload as f, IconMinus as N, IconPlus as R, IconX as k } from "@tabler/icons-react";
6
- import { getFileIcons as T } from "../../../helpers/getFileIcons.js";
7
- import { getFileType as Z } from "../../../helpers/getFileType.js";
8
- import { useAttachmentsGalleryContext as j } from "../AttachmentsGalleryContext.js";
9
- import { getAttachmentFormat as D, zoomStep as p } from "../helpers.js";
10
- import { useDownloadFile as M } from "../hooks/useDownloadFile.js";
11
- import { useZoomReset as O } from "../hooks/useZoomReset.js";
12
- import n from "../styles.module.css.js";
13
- const U = v(
14
- ({ onClose: w, attachments: z }) => {
15
- O();
16
- const { t: r } = F("ui"), c = I(null), { zoomPercentage: y, transformRefs: m, selectedIndex: a } = j(), o = z?.[a], b = () => {
17
- p({
18
- animationRef: c,
1
+ import { jsxs as o, Fragment as P, jsx as e } from "react/jsx-runtime";
2
+ import { memo as V, useRef as O, useState as Z, useMemo as j } from "react";
3
+ import { useTranslation as x } from "react-i18next";
4
+ import { Box as B, Tooltip as i, ActionIcon as a, Flex as m, Text as h, Loader as E } from "@mantine/core";
5
+ import { IconDownload as A, IconMinus as U, IconPlus as G, IconSettings as H, IconX as K } from "@tabler/icons-react";
6
+ import { getEnvConfig as L } from "../../../config/envConfig.js";
7
+ import { getFileIcons as X } from "../../../helpers/getFileIcons.js";
8
+ import { getFileType as q } from "../../../helpers/getFileType.js";
9
+ import { createVideoSettingsDataSource as J } from "../../../videoSettings/createVideoSettingsDataSource.js";
10
+ import { useAttachmentsGalleryContext as Q } from "../AttachmentsGalleryContext.js";
11
+ import { getAttachmentFormat as W, zoomStep as S } from "../helpers.js";
12
+ import { useDownloadFile as Y } from "../hooks/useDownloadFile.js";
13
+ import { useZoomReset as _ } from "../hooks/useZoomReset.js";
14
+ import { useAttachmentVideoStatus as $ } from "./useAttachmentVideoStatus.js";
15
+ import r from "../styles.module.css.js";
16
+ import { VideoSettingsModal as ee } from "../../VideoPlayer/components/VideoSettingsModal/index.js";
17
+ const ve = V(
18
+ ({ onClose: C, attachments: I }) => {
19
+ _();
20
+ const { t: n } = x("ui"), { t: p } = x(), u = O(null), {
21
+ zoomPercentage: F,
22
+ transformRefs: f,
23
+ selectedIndex: g,
24
+ videoRefreshKey: D,
25
+ refreshVideo: c
26
+ } = Q(), t = I?.[g], v = t ? W(t) : null, { status: l } = $(
27
+ v?.isVideo ? t?.id : void 0,
28
+ D
29
+ ), s = l?.videoId ?? null, [N, w] = Z(!1), d = j(
30
+ () => s ? J(s, {
31
+ baseUrl: L().apiBaseUrl
32
+ }) : null,
33
+ [s]
34
+ ), R = () => {
35
+ S({
36
+ animationRef: u,
19
37
  dir: "in",
20
- activeRef: m.current[a]
38
+ activeRef: f.current[g]
21
39
  });
22
- }, x = () => {
23
- p({
24
- animationRef: c,
40
+ }, k = () => {
41
+ S({
42
+ animationRef: u,
25
43
  dir: "out",
26
- activeRef: m.current[a]
44
+ activeRef: f.current[g]
27
45
  });
28
- }, { isFetching: d, onDownload: g, isMobile: h } = M(o), A = o ? D(o).isImage : !1;
29
- return /* @__PURE__ */ l(
30
- C,
31
- {
32
- style: {
33
- borderRadius: 8,
34
- display: "grid",
35
- gridTemplateColumns: "1fr auto 1fr",
36
- alignItems: "center",
37
- flex: "none",
38
- gap: 12
39
- },
40
- px: 8,
41
- py: 8,
42
- bg: "var(--mantine-color-dark-6)",
43
- children: [
44
- h ? /* @__PURE__ */ e(t, { withArrow: !0, label: r("gallery.download"), children: /* @__PURE__ */ e(
45
- i,
46
- {
47
- className: n.headerAction,
48
- size: "lg",
49
- variant: "subtle",
50
- loading: d,
51
- onClick: g,
52
- children: /* @__PURE__ */ e(f, { size: 20 })
53
- }
54
- ) }) : /* @__PURE__ */ l(s, { align: "center", gap: 8, ml: 6, miw: 0, children: [
55
- o ? T(
56
- Z(
57
- o.contentType ?? "",
58
- !1,
59
- o.originalFileName
60
- ),
61
- !1,
62
- 20
63
- ) : null,
64
- /* @__PURE__ */ e(u, { fw: 500, fz: 14, c: "var(--app-gallary-text)", truncate: !0, children: o?.originalFileName || "" })
65
- ] }),
66
- A ? /* @__PURE__ */ l(s, { gap: "xs", children: [
67
- /* @__PURE__ */ e(t, { withArrow: !0, label: r("gallery.zoomOut"), children: /* @__PURE__ */ e(
68
- i,
69
- {
70
- className: n.headerAction,
71
- size: "lg",
72
- variant: "subtle",
73
- onClick: x,
74
- children: /* @__PURE__ */ e(N, { size: 20 })
75
- }
76
- ) }),
77
- /* @__PURE__ */ l(
78
- u,
79
- {
80
- fw: 500,
81
- fz: 14,
82
- c: "var(--app-gallary-text)",
83
- miw: 50,
84
- ta: "center",
85
- children: [
86
- y,
87
- "%"
88
- ]
89
- }
90
- ),
91
- /* @__PURE__ */ e(t, { withArrow: !0, label: r("gallery.zoomIn"), children: /* @__PURE__ */ e(
92
- i,
93
- {
94
- className: n.headerAction,
95
- size: "lg",
96
- variant: "subtle",
97
- onClick: b,
98
- children: /* @__PURE__ */ e(R, { size: 20 })
99
- }
100
- ) })
101
- ] }) : /* @__PURE__ */ e("div", {}),
102
- /* @__PURE__ */ l(s, { justify: "end", gap: "xs", children: [
103
- !h && /* @__PURE__ */ e(t, { withArrow: !0, label: r("gallery.download"), children: /* @__PURE__ */ e(
104
- i,
46
+ }, { isFetching: b, onDownload: z, isMobile: y } = Y(t), T = v?.isImage ?? !1;
47
+ return /* @__PURE__ */ o(P, { children: [
48
+ /* @__PURE__ */ o(
49
+ B,
50
+ {
51
+ style: {
52
+ borderRadius: 8,
53
+ display: "grid",
54
+ gridTemplateColumns: "1fr auto 1fr",
55
+ alignItems: "center",
56
+ flex: "none",
57
+ gap: 12
58
+ },
59
+ px: 8,
60
+ py: 8,
61
+ bg: "var(--mantine-color-dark-6)",
62
+ children: [
63
+ y ? /* @__PURE__ */ e(i, { withArrow: !0, label: n("gallery.download"), children: /* @__PURE__ */ e(
64
+ a,
105
65
  {
106
- className: n.headerAction,
66
+ className: r.headerAction,
107
67
  size: "lg",
108
68
  variant: "subtle",
109
- loading: d,
110
- onClick: g,
111
- children: /* @__PURE__ */ e(f, { size: 20 })
69
+ loading: b,
70
+ onClick: z,
71
+ children: /* @__PURE__ */ e(A, { size: 20 })
112
72
  }
113
- ) }),
114
- /* @__PURE__ */ e(t, { withArrow: !0, label: r("gallery.close"), children: /* @__PURE__ */ e(
115
- i,
116
- {
117
- className: n.headerAction,
118
- size: "lg",
119
- variant: "subtle",
120
- onClick: w,
121
- children: /* @__PURE__ */ e(k, { size: 20 })
122
- }
123
- ) })
124
- ] })
125
- ]
126
- }
127
- );
73
+ ) }) : /* @__PURE__ */ o(m, { align: "center", gap: 8, ml: 6, miw: 0, children: [
74
+ t ? X(
75
+ q(
76
+ t.contentType ?? "",
77
+ !1,
78
+ t.originalFileName
79
+ ),
80
+ !1,
81
+ 20
82
+ ) : null,
83
+ /* @__PURE__ */ e(h, { fw: 500, fz: 14, c: "var(--app-gallary-text)", truncate: !0, children: t?.originalFileName || "" })
84
+ ] }),
85
+ T ? /* @__PURE__ */ o(m, { gap: "xs", children: [
86
+ /* @__PURE__ */ e(i, { withArrow: !0, label: n("gallery.zoomOut"), children: /* @__PURE__ */ e(
87
+ a,
88
+ {
89
+ className: r.headerAction,
90
+ size: "lg",
91
+ variant: "subtle",
92
+ onClick: k,
93
+ children: /* @__PURE__ */ e(U, { size: 20 })
94
+ }
95
+ ) }),
96
+ /* @__PURE__ */ o(
97
+ h,
98
+ {
99
+ fw: 500,
100
+ fz: 14,
101
+ c: "var(--app-gallary-text)",
102
+ miw: 50,
103
+ ta: "center",
104
+ children: [
105
+ F,
106
+ "%"
107
+ ]
108
+ }
109
+ ),
110
+ /* @__PURE__ */ e(i, { withArrow: !0, label: n("gallery.zoomIn"), children: /* @__PURE__ */ e(
111
+ a,
112
+ {
113
+ className: r.headerAction,
114
+ size: "lg",
115
+ variant: "subtle",
116
+ onClick: R,
117
+ children: /* @__PURE__ */ e(G, { size: 20 })
118
+ }
119
+ ) })
120
+ ] }) : l?.isProcessing ? /* @__PURE__ */ o(m, { align: "center", gap: 8, miw: 0, children: [
121
+ /* @__PURE__ */ e(E, { size: "xs", color: "var(--app-gallary-text)" }),
122
+ /* @__PURE__ */ e(h, { className: r.processingText, fw: 500, fz: 14, children: p("editor.video.upload.processingShort", {
123
+ percent: Math.round(l.processingPercent ?? 0)
124
+ }) })
125
+ ] }) : /* @__PURE__ */ e("div", {}),
126
+ /* @__PURE__ */ o(m, { justify: "end", gap: "xs", children: [
127
+ d && !l?.isProcessing && /* @__PURE__ */ e(i, { withArrow: !0, label: p("editor.video.player.settings"), children: /* @__PURE__ */ e(
128
+ a,
129
+ {
130
+ className: r.headerAction,
131
+ size: "lg",
132
+ variant: "subtle",
133
+ onClick: () => w(!0),
134
+ children: /* @__PURE__ */ e(H, { size: 20 })
135
+ }
136
+ ) }),
137
+ !y && /* @__PURE__ */ e(i, { withArrow: !0, label: n("gallery.download"), children: /* @__PURE__ */ e(
138
+ a,
139
+ {
140
+ className: r.headerAction,
141
+ size: "lg",
142
+ variant: "subtle",
143
+ loading: b,
144
+ onClick: z,
145
+ children: /* @__PURE__ */ e(A, { size: 20 })
146
+ }
147
+ ) }),
148
+ /* @__PURE__ */ e(i, { withArrow: !0, label: n("gallery.close"), children: /* @__PURE__ */ e(
149
+ a,
150
+ {
151
+ className: r.headerAction,
152
+ size: "lg",
153
+ variant: "subtle",
154
+ onClick: C,
155
+ children: /* @__PURE__ */ e(K, { size: 20 })
156
+ }
157
+ ) })
158
+ ] })
159
+ ]
160
+ }
161
+ ),
162
+ d && s && /* @__PURE__ */ e(
163
+ ee,
164
+ {
165
+ opened: N,
166
+ onClose: () => w(!1),
167
+ dataSource: d,
168
+ videoId: s,
169
+ chaptersDisabled: l?.chaptersDisabled,
170
+ onChaptersSaved: c,
171
+ onSubtitlesSaved: c,
172
+ onPosterChange: c,
173
+ onChaptersDisabledChange: (M) => {
174
+ d.setChaptersDisabled(M).then(c).catch(() => {
175
+ });
176
+ }
177
+ }
178
+ )
179
+ ] });
128
180
  }
129
181
  );
130
182
  export {
131
- U as ModalHeader
183
+ ve as ModalHeader
132
184
  };
@@ -1,7 +1,7 @@
1
- const _ = {
2
- "vod-player": "_vod-player_11682_1",
3
- "vod-player__player": "_vod-player__player_11682_25"
1
+ const e = {
2
+ "vod-player": "_vod-player_1eqso_1",
3
+ "vod-player__player": "_vod-player__player_1eqso_13"
4
4
  };
5
5
  export {
6
- _ as default
6
+ e as default
7
7
  };
@@ -0,0 +1,18 @@
1
+ import type { AttachmentVideoStatus } from './useAttachmentVideoStatus';
2
+ type Props = {
3
+ attachmentId: string;
4
+ status: AttachmentVideoStatus;
5
+ isActive?: boolean;
6
+ autoPlay?: boolean;
7
+ };
8
+ /**
9
+ * Player for videos that went through the video pipeline: playback URLs come
10
+ * straight from `/v1/videos/{id}/status`, so there is no `/vod` polling. While
11
+ * the backend is still transcoding, chapters are hidden and HLS is used only
12
+ * once `optimizedReady`; otherwise the raw URL plays. The processing progress
13
+ * is shown in the gallery header. Subtitles/chapters/storyboard ride along from
14
+ * the same status payload.
15
+ */
16
+ export declare const StatusVideoPlayer: ({ attachmentId, status, isActive, autoPlay, }: Props) => import("react/jsx-runtime").JSX.Element;
17
+ export {};
18
+ //# sourceMappingURL=StatusVideoPlayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusVideoPlayer.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentsGalleryModal/components/StatusVideoPlayer.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAIxE,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,GAAI,+CAK/B,KAAK,4CAsCP,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { useRef as s, useEffect as t } from "react";
3
+ import y from "../styles.module.css.js";
4
+ import { VideoPlayer as m } from "../../VideoPlayer/VideoPlayer.js";
5
+ const U = ({
6
+ attachmentId: d,
7
+ status: e,
8
+ isActive: o,
9
+ autoPlay: l
10
+ }) => {
11
+ const i = s(null), c = e.isProcessing, a = e.playback.optimizedReady ? e.playback.primaryUrl ?? null : null, n = e.playback.rawUrl ?? null;
12
+ return t(() => {
13
+ const r = i.current?.querySelector("video");
14
+ r && (o ? l !== !1 && r.play().catch(() => {
15
+ }) : r.pause());
16
+ }, [o, l, a, n]), /* @__PURE__ */ p("div", { ref: i, className: y.videoPlayerFill, children: /* @__PURE__ */ p(
17
+ m,
18
+ {
19
+ videoId: d,
20
+ source: {
21
+ streamUrl: a,
22
+ nativeUrl: n,
23
+ posterUrl: e.posterUrl ?? null,
24
+ optimizedReady: !!e.playback.optimizedReady,
25
+ isProcessing: c
26
+ },
27
+ subtitles: e.subtitles,
28
+ chapters: c || e.chaptersDisabled ? void 0 : e.chapters,
29
+ storyboard: e.storyboard
30
+ }
31
+ ) });
32
+ };
33
+ export {
34
+ U as StatusVideoPlayer
35
+ };
@@ -0,0 +1,33 @@
1
+ import type { Chapter, Storyboard, Subtitle } from '../../VideoPlayer';
2
+ export type AttachmentVideoStatus = {
3
+ videoId?: string;
4
+ state?: string;
5
+ isProcessing: boolean;
6
+ processingPercent?: number;
7
+ posterUrl?: string;
8
+ chaptersDisabled?: boolean;
9
+ playback: {
10
+ primaryUrl?: string | null;
11
+ rawUrl?: string | null;
12
+ optimizedReady?: boolean;
13
+ };
14
+ subtitles?: Subtitle[];
15
+ chapters?: Chapter[];
16
+ storyboard?: Storyboard | null;
17
+ };
18
+ type Result = {
19
+ status: AttachmentVideoStatus | null;
20
+ loaded: boolean;
21
+ };
22
+ /**
23
+ * Fetches (and, while processing, polls) the video status for an attachment.
24
+ * Pipeline videos resolve here via the videoId → sourceAttachmentId fallback and
25
+ * carry their own playback URLs + subtitles/chapters/storyboard — so the rich
26
+ * player needs no `/vod` polling. While the backend is still transcoding the
27
+ * status is re-polled so the processing banner, HLS switch and subtitles appear
28
+ * without reopening. Old attachments (no VideoAsset) return 404 → `status` stays
29
+ * null and the caller falls back to the legacy `/vod` flow.
30
+ */
31
+ export declare function useAttachmentVideoStatus(attachmentId?: string, refreshKey?: number): Result;
32
+ export {};
33
+ //# sourceMappingURL=useAttachmentVideoStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAttachmentVideoStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAGvE,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,EAAE;QACR,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,cAAc,CAAC,EAAE,OAAO,CAAC;KAC1B,CAAC;IACF,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,MAAM,GAAG;IACZ,MAAM,EAAE,qBAAqB,GAAG,IAAI,CAAC;IACrC,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AA8EF;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACtC,YAAY,CAAC,EAAE,MAAM,EACrB,UAAU,CAAC,EAAE,MAAM,GAClB,MAAM,CA2DR"}
@@ -0,0 +1,70 @@
1
+ import { useState as m, useEffect as f } from "react";
2
+ import { getEnvConfig as b } from "../../../config/envConfig.js";
3
+ import { normalizeSubtitleTrack as A } from "../../VideoPlayer/utils/subtitles.js";
4
+ const U = 3e3, v = 200, h = () => {
5
+ const t = b().apiBaseUrl || "";
6
+ return t.endsWith("/") ? t.slice(0, -1) : t;
7
+ }, r = (t, e) => t ? new URL(t, e).toString() : void 0, L = (t, e) => {
8
+ const n = Array.isArray(t.subtitles) ? t.subtitles.map(A).filter((o) => o.id).map((o) => ({ ...o, url: r(o.url, e) })) : void 0, s = t.storyboard ? {
9
+ ...t.storyboard,
10
+ vttUrl: r(t.storyboard.vttUrl, e),
11
+ metaUrl: r(t.storyboard.metaUrl, e)
12
+ } : null, l = t.playback?.optimizedReady ?? !1, a = t.processingAvailable === !1 || t.pipelineMode === "UPLOAD_ONLY";
13
+ return {
14
+ videoId: t.videoId,
15
+ state: t.state,
16
+ isProcessing: !l && !a,
17
+ processingPercent: t.processing?.percent,
18
+ posterUrl: r(t.cover?.url, e),
19
+ chaptersDisabled: t.chaptersDisabled === !0,
20
+ playback: {
21
+ primaryUrl: r(t.playback?.primaryUrl, e),
22
+ rawUrl: r(t.playback?.rawUrl, e),
23
+ optimizedReady: t.playback?.optimizedReady
24
+ },
25
+ subtitles: n,
26
+ chapters: Array.isArray(t.chapters) ? t.chapters : void 0,
27
+ storyboard: s
28
+ };
29
+ };
30
+ function R(t, e) {
31
+ const [n, s] = m({ status: null, loaded: !1 });
32
+ return f(() => {
33
+ if (s({ status: null, loaded: !1 }), !t) {
34
+ s({ status: null, loaded: !0 });
35
+ return;
36
+ }
37
+ let l = !1, a = null, o = 0;
38
+ const c = h() || window.location.origin, d = async () => {
39
+ o += 1;
40
+ try {
41
+ const i = await fetch(`${c}/v1/videos/${t}/status`, {
42
+ method: "GET",
43
+ credentials: "include",
44
+ headers: { Accept: "application/json" }
45
+ });
46
+ if (l) return;
47
+ if (!i.ok) {
48
+ s(
49
+ (p) => p.loaded ? p : { status: null, loaded: !0 }
50
+ );
51
+ return;
52
+ }
53
+ const y = await i.json();
54
+ if (l) return;
55
+ const u = L(y, c);
56
+ s({ status: u, loaded: !0 }), u.isProcessing && o < v && (a = setTimeout(d, U));
57
+ } catch {
58
+ l || s(
59
+ (i) => i.loaded ? i : { status: null, loaded: !0 }
60
+ );
61
+ }
62
+ };
63
+ return d(), () => {
64
+ l = !0, a && clearTimeout(a);
65
+ };
66
+ }, [t, e]), n;
67
+ }
68
+ export {
69
+ R as useAttachmentVideoStatus
70
+ };
@@ -1,41 +1,45 @@
1
- const n = "_container_nqf56_1", o = "_root_nqf56_13", t = "_carouselRoot_nqf56_27", e = "_carouselViewport_nqf56_35", a = "_carouselSlide_nqf56_43", _ = "_navButton_nqf56_57", r = "_navButtonPrev_nqf56_83", i = "_navButtonNext_nqf56_91", c = "_headerAction_nqf56_99", d = "_modalContent_nqf56_127", s = "_modalBody_nqf56_137", u = "_videoContainer_nqf56_149", f = "_imageContainer_nqf56_159", l = "_pdfContainer_nqf56_173", m = "_pdfFrame_nqf56_189", q = "_audioContainer_nqf56_203", v = "_audioName_nqf56_233", C = "_audioElement_nqf56_249", B = {
2
- container: n,
3
- root: o,
1
+ const o = "_container_1ovp6_1", n = "_root_1ovp6_7", t = "_carouselRoot_1ovp6_14", e = "_carouselViewport_1ovp6_18", a = "_carouselSlide_1ovp6_22", _ = "_navButton_1ovp6_29", i = "_navButtonPrev_1ovp6_42", r = "_navButtonNext_1ovp6_46", c = "_headerAction_1ovp6_50", s = "_modalContent_1ovp6_64", v = "_modalBody_1ovp6_69", d = "_videoContainer_1ovp6_75", p = "_videoPlayerFill_1ovp6_85", l = "_processingText_1ovp6_93", u = "_imageContainer_1ovp6_104", m = "_pdfContainer_1ovp6_111", C = "_pdfFrame_1ovp6_119", B = "_audioContainer_1ovp6_126", f = "_audioName_1ovp6_141", x = "_audioElement_1ovp6_149", y = {
2
+ container: o,
3
+ root: n,
4
4
  carouselRoot: t,
5
5
  carouselViewport: e,
6
6
  carouselSlide: a,
7
7
  navButton: _,
8
- navButtonPrev: r,
9
- navButtonNext: i,
8
+ navButtonPrev: i,
9
+ navButtonNext: r,
10
10
  headerAction: c,
11
- modalContent: d,
12
- modalBody: s,
13
- videoContainer: u,
14
- imageContainer: f,
15
- pdfContainer: l,
16
- pdfFrame: m,
17
- audioContainer: q,
18
- audioName: v,
19
- audioElement: C
11
+ modalContent: s,
12
+ modalBody: v,
13
+ videoContainer: d,
14
+ videoPlayerFill: p,
15
+ processingText: l,
16
+ imageContainer: u,
17
+ pdfContainer: m,
18
+ pdfFrame: C,
19
+ audioContainer: B,
20
+ audioName: f,
21
+ audioElement: x
20
22
  };
21
23
  export {
22
- q as audioContainer,
23
- C as audioElement,
24
- v as audioName,
24
+ B as audioContainer,
25
+ x as audioElement,
26
+ f as audioName,
25
27
  t as carouselRoot,
26
28
  a as carouselSlide,
27
29
  e as carouselViewport,
28
- n as container,
29
- B as default,
30
+ o as container,
31
+ y as default,
30
32
  c as headerAction,
31
- f as imageContainer,
32
- s as modalBody,
33
- d as modalContent,
33
+ u as imageContainer,
34
+ v as modalBody,
35
+ s as modalContent,
34
36
  _ as navButton,
35
- i as navButtonNext,
36
- r as navButtonPrev,
37
- l as pdfContainer,
38
- m as pdfFrame,
39
- o as root,
40
- u as videoContainer
37
+ r as navButtonNext,
38
+ i as navButtonPrev,
39
+ m as pdfContainer,
40
+ C as pdfFrame,
41
+ l as processingText,
42
+ n as root,
43
+ d as videoContainer,
44
+ p as videoPlayerFill
41
45
  };
@@ -1,27 +1,27 @@
1
- const e = "_mediaGrid_pdl2y_11", i = "_mediaTile_pdl2y_27", l = "_tileImg_pdl2y_57", d = "_mediaFadeIn_pdl2y_71", t = "_downloadButton_pdl2y_115", _ = "_imagePreviewWrapper_pdl2y_111", a = "_deleteButton_pdl2y_137", o = "_filePreviewList_pdl2y_189", n = "_fileDownloadName_pdl2y_215", r = "_filePreviewWrapper_pdl2y_227", p = "_fileSize_pdl2y_339", m = {
1
+ const e = "_mediaGrid_1n4ll_6", l = "_mediaTile_1n4ll_14", i = "_tileImg_1n4ll_29", n = "_mediaFadeIn_1n4ll_36", t = "_downloadButton_1n4ll_58", _ = "_imagePreviewWrapper_1n4ll_56", a = "_deleteButton_1n4ll_69", o = "_filePreviewList_1n4ll_95", d = "_fileDownloadName_1n4ll_108", r = "_filePreviewWrapper_1n4ll_114", m = "_fileSize_1n4ll_170", s = {
2
2
  mediaGrid: e,
3
- mediaTile: i,
4
- tileImg: l,
5
- mediaFadeIn: d,
3
+ mediaTile: l,
4
+ tileImg: i,
5
+ mediaFadeIn: n,
6
6
  downloadButton: t,
7
7
  imagePreviewWrapper: _,
8
8
  deleteButton: a,
9
9
  filePreviewList: o,
10
- fileDownloadName: n,
10
+ fileDownloadName: d,
11
11
  filePreviewWrapper: r,
12
- fileSize: p
12
+ fileSize: m
13
13
  };
14
14
  export {
15
- m as default,
15
+ s as default,
16
16
  a as deleteButton,
17
17
  t as downloadButton,
18
- n as fileDownloadName,
18
+ d as fileDownloadName,
19
19
  o as filePreviewList,
20
20
  r as filePreviewWrapper,
21
- p as fileSize,
21
+ m as fileSize,
22
22
  _ as imagePreviewWrapper,
23
- d as mediaFadeIn,
23
+ n as mediaFadeIn,
24
24
  e as mediaGrid,
25
- i as mediaTile,
26
- l as tileImg
25
+ l as mediaTile,
26
+ i as tileImg
27
27
  };
@@ -1,11 +1,11 @@
1
- const o = "_wrapper_1p3dk_1", s = "_logo_1p3dk_15", p = "_shadow_1p3dk_45", a = {
1
+ const o = "_wrapper_16jue_1", s = "_logo_16jue_8", a = "_shadow_16jue_23", e = {
2
2
  wrapper: o,
3
3
  logo: s,
4
- shadow: p
4
+ shadow: a
5
5
  };
6
6
  export {
7
- a as default,
7
+ e as default,
8
8
  s as logo,
9
- p as shadow,
9
+ a as shadow,
10
10
  o as wrapper
11
11
  };
@@ -1,15 +1,15 @@
1
- const t = "_root_1rrzr_1", o = "_icon_1rrzr_13", r = "_body_1rrzr_31", _ = "_title_1rrzr_41", c = "_meta_1rrzr_53", e = {
1
+ const t = "_root_328w5_1", o = "_icon_328w5_7", _ = "_body_328w5_16", c = "_title_328w5_21", e = "_meta_328w5_27", n = {
2
2
  root: t,
3
3
  icon: o,
4
- body: r,
5
- title: _,
6
- meta: c
4
+ body: _,
5
+ title: c,
6
+ meta: e
7
7
  };
8
8
  export {
9
- r as body,
10
- e as default,
9
+ _ as body,
10
+ n as default,
11
11
  o as icon,
12
- c as meta,
12
+ e as meta,
13
13
  t as root,
14
- _ as title
14
+ c as title
15
15
  };
@@ -1,4 +1,4 @@
1
- const o = "_root_1iueq_1", b = "_bubble_1iueq_27", t = {
1
+ const o = "_root_1oixr_1", b = "_bubble_1oixr_14", t = {
2
2
  root: o,
3
3
  bubble: b
4
4
  };
@@ -1,4 +1,4 @@
1
- const t = "_root_13wo5_1", o = "_info_13wo5_23", e = "_title_13wo5_43", n = "_subtitle_13wo5_61", s = "_selectionBar_13wo5_87", _ = "_selectionCount_13wo5_97", i = {
1
+ const t = "_root_yfjvk_1", o = "_info_yfjvk_12", e = "_title_yfjvk_22", n = "_subtitle_yfjvk_31", s = "_selectionBar_yfjvk_44", _ = "_selectionCount_yfjvk_49", i = {
2
2
  root: t,
3
3
  info: o,
4
4
  title: e,