@layers-app/shared 0.4.6 → 0.4.8
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/default-workspace-avatar.jpg.js +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +32 -32
- package/dist/components/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +82 -70
- package/dist/components/AppContainer/AppContainer.module.css.js +20 -10
- 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 +77 -49
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +238 -105
- package/dist/components/AppContainer/components/Main.js +4 -4
- package/dist/components/AppContainer/components/NavbarContent.d.ts.map +1 -1
- package/dist/components/AppContainer/components/NavbarContent.js +16 -2
- package/dist/components/AppContainer/components/SlideAnimation.js +4 -4
- package/dist/components/AppContainer/components/ToolSidebar.d.ts +5 -0
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +51 -39
- 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 +1107 -137
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +158 -6
- package/dist/components/AppContainer/types.d.ts +12 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts +3 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +237 -93
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +18 -16
- package/dist/components/Chat/ChatInput/index.d.ts +13 -1
- package/dist/components/Chat/ChatInput/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatInput/index.js +264 -164
- package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts +16 -0
- package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/useVoiceRecorder.js +83 -0
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +20 -16
- package/dist/components/Chat/ChatMessage/index.d.ts +16 -0
- package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatMessage/index.js +153 -118
- package/dist/components/Chat/MessageActions/index.d.ts +2 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageActions/index.js +189 -50
- package/dist/components/Chat/MessageAuthor/index.d.ts +7 -1
- package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageAuthor/index.js +39 -25
- package/dist/components/Chat/MessageList/MessageList.module.css.js +14 -12
- package/dist/components/Chat/MessageList/index.d.ts +17 -25
- package/dist/components/Chat/MessageList/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageList/index.js +201 -149
- package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageMeta/index.js +21 -19
- 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/ColorPickerToolbar.d.ts +1 -0
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +97 -91
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +2 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +29 -26
- package/dist/components/CommentComposer/index.d.ts +1 -1
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +70 -68
- package/dist/components/CommentComposer/types.d.ts +6 -0
- package/dist/components/CommentComposer/types.d.ts.map +1 -1
- package/dist/components/CustomKBD/index.js +21 -22
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +129 -121
- package/dist/components/EntityTitle/EntityTitle.d.ts +3 -4
- package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
- package/dist/components/EntityTitle/EntityTitle.js +81 -80
- package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +33 -17
- 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/NewToolbar/utils.d.ts +12 -0
- package/dist/components/NewToolbar/utils.d.ts.map +1 -0
- package/dist/components/Notification/InfiniteScroll.d.ts +12 -0
- package/dist/components/Notification/InfiniteScroll.d.ts.map +1 -0
- package/dist/components/Notification/InfiniteScroll.js +42 -0
- package/dist/components/Notification/Notification.d.ts +4 -1
- package/dist/components/Notification/Notification.d.ts.map +1 -1
- package/dist/components/Notification/Notification.module.css.js +28 -4
- package/dist/components/Notification/atoms/ActionBadge.d.ts +11 -0
- package/dist/components/Notification/atoms/ActionBadge.d.ts.map +1 -0
- package/dist/components/Notification/atoms/ActionBadge.js +53 -0
- package/dist/components/Notification/atoms/ArchiveIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/ArchiveIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/ArchiveIcon.js +40 -0
- package/dist/components/Notification/atoms/InboxIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/InboxIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/InboxIcon.js +33 -0
- package/dist/components/Notification/atoms/MarkReadIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/MarkReadIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/MarkReadIcon.js +33 -0
- package/dist/components/Notification/atoms/ResourceIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/ResourceIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/TabBadge.d.ts +7 -0
- package/dist/components/Notification/atoms/TabBadge.d.ts.map +1 -0
- package/dist/components/Notification/atoms/TabBadge.js +32 -0
- package/dist/components/Notification/atoms/UnreadDot.d.ts +6 -0
- package/dist/components/Notification/atoms/UnreadDot.d.ts.map +1 -0
- package/dist/components/Notification/atoms/UnreadDot.js +23 -0
- package/dist/components/Notification/atoms/index.d.ts +5 -0
- package/dist/components/Notification/atoms/index.d.ts.map +1 -0
- package/dist/components/Notification/hooks/index.d.ts +8 -0
- package/dist/components/Notification/hooks/index.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxActions.d.ts +12 -0
- package/dist/components/Notification/hooks/useInboxActions.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxActions.js +58 -0
- package/dist/components/Notification/hooks/useInboxLoader.d.ts +8 -0
- package/dist/components/Notification/hooks/useInboxLoader.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxLoader.js +49 -0
- package/dist/components/Notification/hooks/useNotificationItem.d.ts +26 -0
- package/dist/components/Notification/hooks/useNotificationItem.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationItem.js +51 -0
- package/dist/components/Notification/hooks/useNotificationStore.d.ts +49 -0
- package/dist/components/Notification/hooks/useNotificationStore.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationStore.js +139 -0
- package/dist/components/Notification/hooks/useNotificationStream.d.ts +2 -0
- package/dist/components/Notification/hooks/useNotificationStream.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationStream.js +86 -0
- package/dist/components/Notification/hooks/useNotificationTime.d.ts +2 -0
- package/dist/components/Notification/hooks/useNotificationTime.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationTime.js +23 -0
- package/dist/components/Notification/hooks/useNotificationsApi.d.ts +25 -0
- package/dist/components/Notification/hooks/useNotificationsApi.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationsApi.js +64 -0
- package/dist/components/Notification/lib/api.d.ts +4 -0
- package/dist/components/Notification/lib/api.d.ts.map +1 -0
- package/dist/components/Notification/lib/api.js +19 -0
- package/dist/components/Notification/lib/index.d.ts +5 -0
- package/dist/components/Notification/lib/index.d.ts.map +1 -0
- package/dist/components/Notification/lib/notificationText.d.ts +10 -0
- package/dist/components/Notification/lib/notificationText.d.ts.map +1 -0
- package/dist/components/Notification/lib/notificationText.js +131 -0
- package/dist/components/Notification/lib/stripHtml.d.ts +2 -0
- package/dist/components/Notification/lib/stripHtml.d.ts.map +1 -0
- package/dist/components/Notification/lib/stripHtml.js +6 -0
- package/dist/components/Notification/lib/types.d.ts +45 -0
- package/dist/components/Notification/lib/types.d.ts.map +1 -0
- package/dist/components/Notification/lib/types.js +9 -0
- package/dist/components/Notification/molecules/InboxEmpty.d.ts +8 -0
- package/dist/components/Notification/molecules/InboxEmpty.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxEmpty.js +21 -0
- package/dist/components/Notification/molecules/InboxHeader.d.ts +17 -0
- package/dist/components/Notification/molecules/InboxHeader.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxHeader.js +73 -0
- package/dist/components/Notification/molecules/InboxTabs.d.ts +15 -0
- package/dist/components/Notification/molecules/InboxTabs.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxTabs.js +60 -0
- package/dist/components/Notification/molecules/NotificationActions.d.ts +9 -0
- package/dist/components/Notification/molecules/NotificationActions.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationActions.js +64 -0
- package/dist/components/Notification/molecules/NotificationAvatar.d.ts +17 -0
- package/dist/components/Notification/molecules/NotificationAvatar.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationAvatar.js +38 -0
- package/dist/components/Notification/molecules/NotificationContent.d.ts +22 -0
- package/dist/components/Notification/molecules/NotificationContent.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationContent.js +183 -0
- package/dist/components/Notification/molecules/index.d.ts +7 -0
- package/dist/components/Notification/molecules/index.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxItem.d.ts +14 -0
- package/dist/components/Notification/organisms/InboxItem.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxItem.js +100 -0
- package/dist/components/Notification/organisms/InboxPanel.d.ts +4 -0
- package/dist/components/Notification/organisms/InboxPanel.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxPanel.js +99 -0
- package/dist/components/Notification/organisms/index.d.ts +3 -0
- package/dist/components/Notification/organisms/index.d.ts.map +1 -0
- 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/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/modals/RemoveConfirmModal.js +27 -26
- 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 +29 -28
- package/dist/helpers/getFileIcons.js +5 -5
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +11 -2
- package/dist/helpers/platform.d.ts +1 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +1 -0
- package/dist/helpers/showNotifications.d.ts +8 -14
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +107 -111
- package/dist/helpers/showNotifications.module.css.js +4 -16
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +19 -23
- package/dist/index.css +1 -1
- package/dist/index.js +576 -573
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.context.js +15 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.js +228 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.module.css.js +4 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioControls.js +19 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioMuteButton.js +30 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioPlayButton.js +40 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSkipButton.js +28 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpectrum.js +137 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpeedControl.js +31 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeDisplay.js +44 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeline.js +71 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioVolumeSlider.js +43 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioWaveform.js +166 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/use-audio.js +201 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.context.js +15 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.js +272 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.module.css.js +4 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoCaptionsButton.js +55 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoControls.js +30 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoFullscreenButton.js +31 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoMuteButton.js +29 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPiPButton.js +29 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPlayButton.js +28 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoSkipButton.js +27 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeDisplay.js +44 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeline.js +70 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/use-video.js +170 -0
- package/package.json +5 -3
- package/dist/components/Notification/Notification.js +0 -119
- package/dist/components/Notification/NotificationCard.d.ts +0 -10
- package/dist/components/Notification/NotificationCard.d.ts.map +0 -1
- package/dist/components/Notification/NotificationCard.js +0 -93
|
@@ -1,9 +1,161 @@
|
|
|
1
|
-
const t = "
|
|
2
|
-
dot:
|
|
3
|
-
line:
|
|
1
|
+
const o = "_dot_uyhnx_1", e = "_line_uyhnx_17", t = "_desktopFlowModal_uyhnx_31", n = "_desktopFlowModalHeader_uyhnx_49", s = "_desktopFlowModalHeaderCompact_uyhnx_59", r = "_desktopFlowModalHeaderFloating_uyhnx_71", l = "_desktopFlowModalTitle_uyhnx_97", d = "_desktopFlowModalBody_uyhnx_111", a = "_desktopFlowModalBodyFloating_uyhnx_119", p = "_reportProblemModal_uyhnx_127", _ = "_diagnosticsConsentModal_uyhnx_197", c = "_diagnosticsProgressModal_uyhnx_215", i = "_diagnosticsResultModal_uyhnx_235", u = "_desktopUpdateCheckingModal_uyhnx_253", h = "_desktopUpdateResultModal_uyhnx_273", k = "_desktopUpdateAvailableModal_uyhnx_293", w = "_desktopUpdateDownloadModal_uyhnx_313", y = "_desktopUpdateCheckingBody_uyhnx_357", x = "_desktopUpdateResultBody_uyhnx_359", P = "_desktopUpdateDownloadBody_uyhnx_361", M = "_desktopUpdateCheckingStack_uyhnx_369", m = "_desktopUpdateSpinner_uyhnx_381", b = "_desktopUpdateResultIcon_uyhnx_429", g = "_desktopUpdateSuccessIcon_uyhnx_445", U = "_desktopUpdateErrorIcon_uyhnx_453", f = "_desktopUpdateDownloadStack_uyhnx_461", B = "_desktopUpdateDownloadDescription_uyhnx_479", D = "_desktopUpdateDownloadAnimation_uyhnx_499", F = "_desktopUpdateDownloadMeter_uyhnx_513", C = "_desktopUpdateDownloadHeader_uyhnx_525", R = "_desktopUpdateRemaining_uyhnx_537", I = "_desktopUpdateRemainingLabel_uyhnx_551", S = "_desktopUpdateRemainingValue_uyhnx_559", H = "_desktopUpdateDownloadHint_uyhnx_567", O = "_diagnosticsFloatingBody_uyhnx_593", L = "_helpMenuDropdown_uyhnx_601", T = "_helpMenuContent_uyhnx_627", A = "_helpMenuFooter_uyhnx_717", v = "_helpMenuUpdateBlock_uyhnx_731", V = "_helpMenuUpdateLabel_uyhnx_741", E = "_helpMenuPrimaryItem_uyhnx_761", W = "_helpMenuUpdateVersion_uyhnx_807", j = "_reportProblemForm_uyhnx_823", q = "_reportProblemOptions_uyhnx_835", z = "_reportProblemOptionRoot_uyhnx_847", G = "_reportProblemOptionBody_uyhnx_855", J = "_reportProblemOptionInner_uyhnx_865", K = "_reportProblemOptionInput_uyhnx_875", N = "_reportProblemOptionLabel_uyhnx_891", Q = "_flowCheckboxLabel_uyhnx_893", X = "_reportProblemTextareaRoot_uyhnx_923", Y = "_reportProblemTextareaWrapper_uyhnx_939", Z = "_reportProblemDescriptionLabel_uyhnx_947", $ = "_reportProblemTextareaInput_uyhnx_967", oo = "_reportProblemActions_uyhnx_1001", eo = "_flowActions_uyhnx_1003", to = "_reportProblemButton_uyhnx_1021", no = "_reportProblemCancelButton_uyhnx_1041", so = "_reportProblemSubmitButton_uyhnx_1053", ro = "_flowIntroStack_uyhnx_1065", lo = "_flowResultStack_uyhnx_1067", ao = "_flowStatusIcon_uyhnx_1085", po = "_flowTitle_uyhnx_1095", _o = "_flowDescription_uyhnx_1165", co = "_flowDivider_uyhnx_1179", io = "_flowConsentDivider_uyhnx_1191", uo = "_flowConsentCheckbox_uyhnx_1199", ho = "_flowFullButton_uyhnx_1215", ko = "_flowProgressRoot_uyhnx_1237", wo = "_flowProgressMeter_uyhnx_1261", yo = "_flowProgressHeader_uyhnx_1273", xo = "_flowProgressMeta_uyhnx_1287", Po = "_flowProgressMetaPrimary_uyhnx_1301", Mo = "_flowProgressMetaSecondary_uyhnx_1309", mo = "_flowProgressBar_uyhnx_1319", bo = "_flowProgressBarSection_uyhnx_1335", go = "_flowProgressHint_uyhnx_1361", Uo = "_diagnosticFileIcon_uyhnx_1387", fo = {
|
|
2
|
+
dot: o,
|
|
3
|
+
line: e,
|
|
4
|
+
desktopFlowModal: t,
|
|
5
|
+
desktopFlowModalHeader: n,
|
|
6
|
+
desktopFlowModalHeaderCompact: s,
|
|
7
|
+
desktopFlowModalHeaderFloating: r,
|
|
8
|
+
desktopFlowModalTitle: l,
|
|
9
|
+
desktopFlowModalBody: d,
|
|
10
|
+
desktopFlowModalBodyFloating: a,
|
|
11
|
+
reportProblemModal: p,
|
|
12
|
+
diagnosticsConsentModal: _,
|
|
13
|
+
diagnosticsProgressModal: c,
|
|
14
|
+
diagnosticsResultModal: i,
|
|
15
|
+
desktopUpdateCheckingModal: u,
|
|
16
|
+
desktopUpdateResultModal: h,
|
|
17
|
+
desktopUpdateAvailableModal: k,
|
|
18
|
+
desktopUpdateDownloadModal: w,
|
|
19
|
+
desktopUpdateCheckingBody: y,
|
|
20
|
+
desktopUpdateResultBody: x,
|
|
21
|
+
desktopUpdateDownloadBody: P,
|
|
22
|
+
desktopUpdateCheckingStack: M,
|
|
23
|
+
desktopUpdateSpinner: m,
|
|
24
|
+
desktopUpdateResultIcon: b,
|
|
25
|
+
desktopUpdateSuccessIcon: g,
|
|
26
|
+
desktopUpdateErrorIcon: U,
|
|
27
|
+
desktopUpdateDownloadStack: f,
|
|
28
|
+
desktopUpdateDownloadDescription: B,
|
|
29
|
+
desktopUpdateDownloadAnimation: D,
|
|
30
|
+
desktopUpdateDownloadMeter: F,
|
|
31
|
+
desktopUpdateDownloadHeader: C,
|
|
32
|
+
desktopUpdateRemaining: R,
|
|
33
|
+
desktopUpdateRemainingLabel: I,
|
|
34
|
+
desktopUpdateRemainingValue: S,
|
|
35
|
+
desktopUpdateDownloadHint: H,
|
|
36
|
+
diagnosticsFloatingBody: O,
|
|
37
|
+
helpMenuDropdown: L,
|
|
38
|
+
helpMenuContent: T,
|
|
39
|
+
helpMenuFooter: A,
|
|
40
|
+
helpMenuUpdateBlock: v,
|
|
41
|
+
helpMenuUpdateLabel: V,
|
|
42
|
+
helpMenuPrimaryItem: E,
|
|
43
|
+
helpMenuUpdateVersion: W,
|
|
44
|
+
reportProblemForm: j,
|
|
45
|
+
reportProblemOptions: q,
|
|
46
|
+
reportProblemOptionRoot: z,
|
|
47
|
+
reportProblemOptionBody: G,
|
|
48
|
+
reportProblemOptionInner: J,
|
|
49
|
+
reportProblemOptionInput: K,
|
|
50
|
+
reportProblemOptionLabel: N,
|
|
51
|
+
flowCheckboxLabel: Q,
|
|
52
|
+
reportProblemTextareaRoot: X,
|
|
53
|
+
reportProblemTextareaWrapper: Y,
|
|
54
|
+
reportProblemDescriptionLabel: Z,
|
|
55
|
+
reportProblemTextareaInput: $,
|
|
56
|
+
reportProblemActions: oo,
|
|
57
|
+
flowActions: eo,
|
|
58
|
+
reportProblemButton: to,
|
|
59
|
+
reportProblemCancelButton: no,
|
|
60
|
+
reportProblemSubmitButton: so,
|
|
61
|
+
flowIntroStack: ro,
|
|
62
|
+
flowResultStack: lo,
|
|
63
|
+
flowStatusIcon: ao,
|
|
64
|
+
flowTitle: po,
|
|
65
|
+
flowDescription: _o,
|
|
66
|
+
flowDivider: co,
|
|
67
|
+
flowConsentDivider: io,
|
|
68
|
+
flowConsentCheckbox: uo,
|
|
69
|
+
flowFullButton: ho,
|
|
70
|
+
flowProgressRoot: ko,
|
|
71
|
+
flowProgressMeter: wo,
|
|
72
|
+
flowProgressHeader: yo,
|
|
73
|
+
flowProgressMeta: xo,
|
|
74
|
+
flowProgressMetaPrimary: Po,
|
|
75
|
+
flowProgressMetaSecondary: Mo,
|
|
76
|
+
flowProgressBar: mo,
|
|
77
|
+
flowProgressBarSection: bo,
|
|
78
|
+
flowProgressHint: go,
|
|
79
|
+
diagnosticFileIcon: Uo
|
|
4
80
|
};
|
|
5
81
|
export {
|
|
6
|
-
|
|
7
|
-
t as
|
|
8
|
-
|
|
82
|
+
fo as default,
|
|
83
|
+
t as desktopFlowModal,
|
|
84
|
+
d as desktopFlowModalBody,
|
|
85
|
+
a as desktopFlowModalBodyFloating,
|
|
86
|
+
n as desktopFlowModalHeader,
|
|
87
|
+
s as desktopFlowModalHeaderCompact,
|
|
88
|
+
r as desktopFlowModalHeaderFloating,
|
|
89
|
+
l as desktopFlowModalTitle,
|
|
90
|
+
k as desktopUpdateAvailableModal,
|
|
91
|
+
y as desktopUpdateCheckingBody,
|
|
92
|
+
u as desktopUpdateCheckingModal,
|
|
93
|
+
M as desktopUpdateCheckingStack,
|
|
94
|
+
D as desktopUpdateDownloadAnimation,
|
|
95
|
+
P as desktopUpdateDownloadBody,
|
|
96
|
+
B as desktopUpdateDownloadDescription,
|
|
97
|
+
C as desktopUpdateDownloadHeader,
|
|
98
|
+
H as desktopUpdateDownloadHint,
|
|
99
|
+
F as desktopUpdateDownloadMeter,
|
|
100
|
+
w as desktopUpdateDownloadModal,
|
|
101
|
+
f as desktopUpdateDownloadStack,
|
|
102
|
+
U as desktopUpdateErrorIcon,
|
|
103
|
+
R as desktopUpdateRemaining,
|
|
104
|
+
I as desktopUpdateRemainingLabel,
|
|
105
|
+
S as desktopUpdateRemainingValue,
|
|
106
|
+
x as desktopUpdateResultBody,
|
|
107
|
+
b as desktopUpdateResultIcon,
|
|
108
|
+
h as desktopUpdateResultModal,
|
|
109
|
+
m as desktopUpdateSpinner,
|
|
110
|
+
g as desktopUpdateSuccessIcon,
|
|
111
|
+
Uo as diagnosticFileIcon,
|
|
112
|
+
_ as diagnosticsConsentModal,
|
|
113
|
+
O as diagnosticsFloatingBody,
|
|
114
|
+
c as diagnosticsProgressModal,
|
|
115
|
+
i as diagnosticsResultModal,
|
|
116
|
+
o as dot,
|
|
117
|
+
eo as flowActions,
|
|
118
|
+
Q as flowCheckboxLabel,
|
|
119
|
+
uo as flowConsentCheckbox,
|
|
120
|
+
io as flowConsentDivider,
|
|
121
|
+
_o as flowDescription,
|
|
122
|
+
co as flowDivider,
|
|
123
|
+
ho as flowFullButton,
|
|
124
|
+
ro as flowIntroStack,
|
|
125
|
+
mo as flowProgressBar,
|
|
126
|
+
bo as flowProgressBarSection,
|
|
127
|
+
yo as flowProgressHeader,
|
|
128
|
+
go as flowProgressHint,
|
|
129
|
+
xo as flowProgressMeta,
|
|
130
|
+
Po as flowProgressMetaPrimary,
|
|
131
|
+
Mo as flowProgressMetaSecondary,
|
|
132
|
+
wo as flowProgressMeter,
|
|
133
|
+
ko as flowProgressRoot,
|
|
134
|
+
lo as flowResultStack,
|
|
135
|
+
ao as flowStatusIcon,
|
|
136
|
+
po as flowTitle,
|
|
137
|
+
T as helpMenuContent,
|
|
138
|
+
L as helpMenuDropdown,
|
|
139
|
+
A as helpMenuFooter,
|
|
140
|
+
E as helpMenuPrimaryItem,
|
|
141
|
+
v as helpMenuUpdateBlock,
|
|
142
|
+
V as helpMenuUpdateLabel,
|
|
143
|
+
W as helpMenuUpdateVersion,
|
|
144
|
+
e as line,
|
|
145
|
+
oo as reportProblemActions,
|
|
146
|
+
to as reportProblemButton,
|
|
147
|
+
no as reportProblemCancelButton,
|
|
148
|
+
Z as reportProblemDescriptionLabel,
|
|
149
|
+
j as reportProblemForm,
|
|
150
|
+
p as reportProblemModal,
|
|
151
|
+
G as reportProblemOptionBody,
|
|
152
|
+
J as reportProblemOptionInner,
|
|
153
|
+
K as reportProblemOptionInput,
|
|
154
|
+
N as reportProblemOptionLabel,
|
|
155
|
+
z as reportProblemOptionRoot,
|
|
156
|
+
q as reportProblemOptions,
|
|
157
|
+
so as reportProblemSubmitButton,
|
|
158
|
+
$ as reportProblemTextareaInput,
|
|
159
|
+
X as reportProblemTextareaRoot,
|
|
160
|
+
Y as reportProblemTextareaWrapper
|
|
9
161
|
};
|
|
@@ -19,6 +19,18 @@ export type AppContainerProps = {
|
|
|
19
19
|
content?: ReactNode;
|
|
20
20
|
toolbar?: ReactNode;
|
|
21
21
|
rightbar?: ReactNode;
|
|
22
|
+
/**
|
|
23
|
+
* Makes the toolbar sidebar resizable with a width owned by the caller
|
|
24
|
+
* (independent + separately persisted) instead of the shared
|
|
25
|
+
* `appContainerStore.toolbarWidth`. Drag updates flow through `onChange`.
|
|
26
|
+
* Omit it to keep the default shared-store width.
|
|
27
|
+
*/
|
|
28
|
+
toolbarResize?: {
|
|
29
|
+
width: number;
|
|
30
|
+
onChange: (width: number) => void;
|
|
31
|
+
minWidth?: number;
|
|
32
|
+
maxWidth?: number;
|
|
33
|
+
};
|
|
22
34
|
header: ReactNode;
|
|
23
35
|
navbarTitle?: string;
|
|
24
36
|
displayType?: 'ROUNDED' | 'BOXED';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/AppContainer/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/AppContainer/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,9 @@ interface CommentAttachmentsPreviewProps {
|
|
|
4
4
|
mode: 'draft' | 'view';
|
|
5
5
|
onRemove?: (index: number) => void;
|
|
6
6
|
parentIsExisting?: boolean;
|
|
7
|
+
/** When `voice`, audio attachments render as a compact waveform note. */
|
|
8
|
+
audioVariant?: 'voice';
|
|
7
9
|
}
|
|
8
|
-
export declare const AttachmentsPreview: ({ files, onRemove, mode, parentIsExisting, }: CommentAttachmentsPreviewProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
export declare const AttachmentsPreview: ({ files, onRemove, mode, parentIsExisting, audioVariant, }: CommentAttachmentsPreviewProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
9
11
|
export {};
|
|
10
12
|
//# sourceMappingURL=AttachmentsPreview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttachmentsPreview.d.ts","sourceRoot":"","sources":["../../../src/components/AttachmentsPreview/AttachmentsPreview.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AttachmentsPreview.d.ts","sourceRoot":"","sources":["../../../src/components/AttachmentsPreview/AttachmentsPreview.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AA6FhE,UAAU,8BAA8B;IACtC,KAAK,EAAE,oBAAoB,CAAC,cAAc,EAAE,CAAC;IAC7C,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,yEAAyE;IACzE,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,kBAAkB,GAAI,4DAMhC,8BAA8B,mDAsXhC,CAAC"}
|