@layers-app/shared 0.2.6 → 0.2.8-test
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/svg/socials/instagram.svg.js +3 -3
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +21 -20
- package/dist/components/AppContainer/AppContainer.js +3 -3
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +4 -4
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +40 -32
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +41 -33
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +58 -49
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +151 -51
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- 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 +46 -43
- 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 +2 -1
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- 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/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +28 -29
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.d.ts +11 -0
- package/dist/components/FeatureProgress/FeatureProgress.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgress.js +148 -0
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +81 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts +2 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.js +88 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts +9 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.js +35 -0
- package/dist/components/FeatureProgress/constants.d.ts +4 -0
- package/dist/components/FeatureProgress/constants.d.ts.map +1 -0
- package/dist/components/FeatureProgress/constants.js +4 -0
- package/dist/components/FeatureProgress/index.d.ts +3 -0
- package/dist/components/FeatureProgress/index.d.ts.map +1 -0
- package/dist/components/FilePicker/FilePicker.d.ts +4 -2
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +247 -229
- package/dist/components/FilePicker/FilePicker.module.css.js +12 -10
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +59 -33
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +38 -38
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +18 -15
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +39 -39
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +51 -35
- package/dist/components/FilePicker/api/giphyApi.js +10 -10
- package/dist/components/FilePicker/coverCollections.d.ts +4 -0
- package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
- package/dist/components/FilePicker/coverCollections.js +164 -0
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/OneSlideLayput.js +39 -37
- 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/PictureSelectableCard.js +42 -42
- 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/hooks/useCreateFormContext.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.js +10 -10
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.js +13 -13
- package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.js +185 -183
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/ImageCropper/index.d.ts +1 -1
- package/dist/components/ImageCropper/index.d.ts.map +1 -1
- package/dist/components/ImageCropper/useCropInteraction.d.ts.map +1 -1
- package/dist/components/ImageCropper/useCropInteraction.js +13 -2
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +7 -7
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js +3 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.js +3 -1
- package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
- package/dist/components/LanguagePicker/LanguagePicker.js +45 -35
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +6 -4
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MediaLibrary/MediaLibraryRow.d.ts.map +1 -1
- package/dist/components/MediaLibrary/MediaLibraryRow.js +16 -4
- package/dist/components/NavMenu/NavMenu.d.ts +2 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.module.css.js +16 -16
- package/dist/components/NavMenu/components/NavMenuItem.d.ts +2 -1
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +128 -106
- package/dist/components/NavMenu/types.d.ts +1 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts +17 -0
- package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts.map +1 -0
- package/dist/components/OnboardingTour/OnboardingTourFooter.js +40 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +13 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.js +164 -0
- package/dist/components/OnboardingTour/index.d.ts +4 -0
- package/dist/components/OnboardingTour/index.d.ts.map +1 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +14 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -0
- package/dist/components/OnboardingTour/useOnboardingTour.js +50 -0
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/SocialLinkRow/index.d.ts.map +1 -1
- package/dist/components/SocialLinkRow/index.js +80 -58
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TimezonePicker/index.d.ts.map +1 -1
- package/dist/components/TimezonePicker/index.js +42 -41
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +11 -10
- package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +21 -21
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +74 -74
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +1 -1
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/platform.d.ts +14 -0
- package/dist/helpers/platform.d.ts.map +1 -0
- package/dist/helpers/platform.js +33 -0
- package/dist/helpers/showFeatureFeedback.d.ts +16 -0
- package/dist/helpers/showFeatureFeedback.d.ts.map +1 -0
- package/dist/helpers/showFeatureFeedback.js +109 -0
- package/dist/helpers/showFeatureFeedback.module.css.js +9 -0
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +81 -113
- package/dist/helpers/showNotifications.module.css.js +10 -10
- package/dist/hooks/useFeatureFeedback.d.ts +23 -0
- package/dist/hooks/useFeatureFeedback.d.ts.map +1 -0
- package/dist/hooks/useFeatureFeedback.js +45 -0
- package/dist/hooks/usePlatform.d.ts +3 -0
- package/dist/hooks/usePlatform.d.ts.map +1 -0
- package/dist/hooks/usePlatform.js +10 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +373 -334
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +13 -13
- package/dist/lang/locales/ui_ru.json.js +12 -12
- package/dist/lib/contentImport/lexicalSerializer.js +59 -47
- package/dist/lib/contentImport/utils.d.ts.map +1 -1
- package/dist/lib/layersVisitData.d.ts +13 -0
- package/dist/lib/layersVisitData.d.ts.map +1 -0
- package/dist/lib/layersVisitData.js +37 -0
- package/dist/store/featureProgress.d.ts +39 -0
- package/dist/store/featureProgress.d.ts.map +1 -0
- package/dist/store/featureProgress.js +68 -0
- package/dist/store/plansModal.d.ts.map +1 -1
- package/dist/store/plansModal.js +8 -6
- package/docs/README.md +499 -499
- package/package.json +75 -74
|
@@ -1,32 +1,73 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { jsxs as s, jsx as e, Fragment as x } from "react/jsx-runtime";
|
|
2
|
+
import { useState as F, useRef as j, useCallback as m, useEffect as A } from "react";
|
|
3
|
+
import { useTranslation as _ } from "react-i18next";
|
|
4
|
+
import { DiscountTag02Icon as R, CustomerSupportIcon as $, Book02Icon as B, Structure02Icon as E, Layers01Icon as O, BookOpen01Icon as U, LicenseIcon as W } from "@hugeicons/core-free-icons";
|
|
4
5
|
import { HugeiconsIcon as n } from "@hugeicons/react";
|
|
5
|
-
import { Stack as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
6
|
+
import { Stack as N, Button as h, Menu as o, Popover as u, UnstyledButton as G, Group as H, Text as I } from "@mantine/core";
|
|
7
|
+
import { IconChevronRight as K } from "@tabler/icons-react";
|
|
8
|
+
import Y from "../../../../../assets/svg/discord-icon.svg.js";
|
|
9
|
+
import q from "../../../../../assets/svg/telegram-icon.svg.js";
|
|
10
|
+
import J from "../../../../../assets/svg/whatsapp-icon.svg.js";
|
|
11
|
+
import { isFeature as Q } from "../../../../../helpers/feature.js";
|
|
12
|
+
import { resetFeatureFlow as V } from "../../../../../store/featureProgress.js";
|
|
13
|
+
import { useAppContainerDataStore as X } from "../../../hooks/useAppContainerDataStore.js";
|
|
14
|
+
import { WhatsNew as Z } from "./WhatsNew.js";
|
|
15
|
+
import { resetOnboarding as ee } from "../../../../OnboardingTour/useOnboardingTour.js";
|
|
16
|
+
import { FeatureProgressKey as te } from "../../../../FeatureProgress/constants.js";
|
|
17
|
+
const ve = () => {
|
|
18
|
+
const { t } = _("helpMenu"), [S, g] = F(!1), a = j(null), {
|
|
19
|
+
showMessenger: f,
|
|
20
|
+
showNewMessage: b,
|
|
21
|
+
workspaceMenu: y,
|
|
22
|
+
getFirstPageLink: M,
|
|
23
|
+
version: T,
|
|
24
|
+
updatedAt: z,
|
|
25
|
+
privacyPolicyLink: D,
|
|
26
|
+
userAgreementLink: L,
|
|
27
|
+
whatsNewItems: w
|
|
28
|
+
} = X(), C = () => {
|
|
29
|
+
p();
|
|
30
|
+
const r = new URL(window.location.href);
|
|
31
|
+
r.searchParams.get("view") === "graph" && (r.searchParams.delete("view"), window.history.replaceState(
|
|
32
|
+
window.history.state,
|
|
33
|
+
"",
|
|
34
|
+
`${r.pathname}${r.search}${r.hash}`
|
|
35
|
+
)), ee("graph"), V(te.GraphStart);
|
|
36
|
+
const d = window.location.pathname.split("/").filter(Boolean), P = d[0], v = d[1] === "pages" ? d[2] : void 0, c = P || y.active.workspaceId;
|
|
37
|
+
if (c) {
|
|
38
|
+
if (v) {
|
|
39
|
+
window.location.assign(`/${c}/pages/${v}`);
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
const k = M?.(c);
|
|
43
|
+
if (k) {
|
|
44
|
+
window.location.assign(k);
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
window.location.assign(`/${c}/pages`);
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
window.location.assign("/");
|
|
51
|
+
}, i = m(() => {
|
|
52
|
+
a.current && (window.clearTimeout(a.current), a.current = null);
|
|
53
|
+
}, []), l = m(() => {
|
|
54
|
+
i(), g(!0);
|
|
55
|
+
}, [i]), p = m(() => {
|
|
56
|
+
i(), a.current = window.setTimeout(() => {
|
|
57
|
+
g(!1);
|
|
58
|
+
}, 120);
|
|
59
|
+
}, [i]);
|
|
60
|
+
return A(() => () => {
|
|
61
|
+
i();
|
|
62
|
+
}, [i]), /* @__PURE__ */ s(N, { gap: 6, p: 4, children: [
|
|
22
63
|
/* @__PURE__ */ e(
|
|
23
|
-
|
|
64
|
+
h,
|
|
24
65
|
{
|
|
25
66
|
component: "a",
|
|
26
67
|
href: "https://wa.me/37378291264",
|
|
27
68
|
target: "_blank",
|
|
28
69
|
bg: "#00C000",
|
|
29
|
-
leftSection: /* @__PURE__ */ e(
|
|
70
|
+
leftSection: /* @__PURE__ */ e(J, { width: 16, height: 16 }),
|
|
30
71
|
c: "white",
|
|
31
72
|
size: "sm",
|
|
32
73
|
justify: "flex-start",
|
|
@@ -34,13 +75,13 @@ const B = () => {
|
|
|
34
75
|
}
|
|
35
76
|
),
|
|
36
77
|
/* @__PURE__ */ e(
|
|
37
|
-
|
|
78
|
+
h,
|
|
38
79
|
{
|
|
39
80
|
component: "a",
|
|
40
81
|
href: "https://t.me/layers_app",
|
|
41
82
|
target: "_blank",
|
|
42
83
|
bg: "blue.5",
|
|
43
|
-
leftSection: /* @__PURE__ */ e(
|
|
84
|
+
leftSection: /* @__PURE__ */ e(q, { width: 16, height: 16 }),
|
|
44
85
|
c: "white",
|
|
45
86
|
size: "sm",
|
|
46
87
|
justify: "flex-start",
|
|
@@ -48,43 +89,102 @@ const B = () => {
|
|
|
48
89
|
}
|
|
49
90
|
),
|
|
50
91
|
/* @__PURE__ */ e(
|
|
51
|
-
|
|
92
|
+
h,
|
|
52
93
|
{
|
|
53
94
|
component: "a",
|
|
54
95
|
href: "https://discord.gg/mEd2PbchRD",
|
|
55
96
|
target: "_blank",
|
|
56
|
-
bg: "indigo.
|
|
57
|
-
leftSection: /* @__PURE__ */ e(
|
|
97
|
+
bg: "indigo.6",
|
|
98
|
+
leftSection: /* @__PURE__ */ e(Y, { width: 16, height: 16 }),
|
|
58
99
|
c: "white",
|
|
59
100
|
size: "sm",
|
|
60
101
|
justify: "flex-start",
|
|
61
102
|
children: t("joinDiscord")
|
|
62
103
|
}
|
|
63
104
|
),
|
|
64
|
-
/* @__PURE__ */ e(
|
|
105
|
+
/* @__PURE__ */ e(o.Divider, {}),
|
|
65
106
|
/* @__PURE__ */ e(
|
|
66
|
-
|
|
107
|
+
o.Item,
|
|
67
108
|
{
|
|
68
109
|
onClick: () => {
|
|
69
|
-
|
|
110
|
+
f(), b(t("contactSalesMessage"));
|
|
70
111
|
},
|
|
71
|
-
leftSection: /* @__PURE__ */ e(n, { icon:
|
|
112
|
+
leftSection: /* @__PURE__ */ e(n, { icon: R, size: 16 }),
|
|
72
113
|
children: t("contactSales")
|
|
73
114
|
}
|
|
74
115
|
),
|
|
75
116
|
/* @__PURE__ */ e(
|
|
76
|
-
|
|
117
|
+
o.Item,
|
|
77
118
|
{
|
|
78
|
-
onClick:
|
|
79
|
-
leftSection: /* @__PURE__ */ e(n, { icon:
|
|
119
|
+
onClick: f,
|
|
120
|
+
leftSection: /* @__PURE__ */ e(n, { icon: $, size: 16 }),
|
|
80
121
|
children: t("getSupport")
|
|
81
122
|
}
|
|
82
123
|
),
|
|
83
|
-
/* @__PURE__ */ e(
|
|
124
|
+
/* @__PURE__ */ e(o.Divider, {}),
|
|
125
|
+
Q() && /* @__PURE__ */ s(
|
|
126
|
+
u,
|
|
127
|
+
{
|
|
128
|
+
opened: S,
|
|
129
|
+
width: 200,
|
|
130
|
+
position: "right-start",
|
|
131
|
+
offset: 10,
|
|
132
|
+
withinPortal: !0,
|
|
133
|
+
shadow: "md",
|
|
134
|
+
children: [
|
|
135
|
+
/* @__PURE__ */ e(u.Target, { children: /* @__PURE__ */ e("div", { onMouseEnter: l, onMouseLeave: p, children: /* @__PURE__ */ e(
|
|
136
|
+
o.Item,
|
|
137
|
+
{
|
|
138
|
+
leftSection: /* @__PURE__ */ e(n, { icon: B, size: 16 }),
|
|
139
|
+
rightSection: /* @__PURE__ */ e(K, { size: 14 }),
|
|
140
|
+
onClick: (r) => {
|
|
141
|
+
r.preventDefault(), l();
|
|
142
|
+
},
|
|
143
|
+
children: t("tutorials")
|
|
144
|
+
}
|
|
145
|
+
) }) }),
|
|
146
|
+
/* @__PURE__ */ e(
|
|
147
|
+
u.Dropdown,
|
|
148
|
+
{
|
|
149
|
+
py: 4,
|
|
150
|
+
ml: 6,
|
|
151
|
+
style: {
|
|
152
|
+
backgroundColor: "light-dark(var(--app-shell-bg),var(--mantine-color-dark-6))",
|
|
153
|
+
border: "none"
|
|
154
|
+
},
|
|
155
|
+
onMouseEnter: l,
|
|
156
|
+
onMouseLeave: p,
|
|
157
|
+
children: /* @__PURE__ */ e(
|
|
158
|
+
G,
|
|
159
|
+
{
|
|
160
|
+
onClick: C,
|
|
161
|
+
style: {
|
|
162
|
+
width: "100%",
|
|
163
|
+
borderRadius: 12,
|
|
164
|
+
padding: "6px 12px"
|
|
165
|
+
},
|
|
166
|
+
children: /* @__PURE__ */ s(H, { gap: 10, children: [
|
|
167
|
+
/* @__PURE__ */ e(
|
|
168
|
+
n,
|
|
169
|
+
{
|
|
170
|
+
icon: E,
|
|
171
|
+
size: 16,
|
|
172
|
+
color: "var(--mantine-color-dimmed)"
|
|
173
|
+
}
|
|
174
|
+
),
|
|
175
|
+
/* @__PURE__ */ e(I, { size: "sm", c: "bright", children: t("mindMap") })
|
|
176
|
+
] })
|
|
177
|
+
}
|
|
178
|
+
)
|
|
179
|
+
}
|
|
180
|
+
)
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
),
|
|
84
184
|
/* @__PURE__ */ e(
|
|
85
|
-
|
|
185
|
+
o.Item,
|
|
86
186
|
{
|
|
87
|
-
leftSection: /* @__PURE__ */ e(n, { icon:
|
|
187
|
+
leftSection: /* @__PURE__ */ e(n, { icon: O, size: 16 }),
|
|
88
188
|
component: "a",
|
|
89
189
|
href: "https://layers.md/",
|
|
90
190
|
target: "_blank",
|
|
@@ -92,39 +192,39 @@ const B = () => {
|
|
|
92
192
|
}
|
|
93
193
|
),
|
|
94
194
|
/* @__PURE__ */ e(
|
|
95
|
-
|
|
195
|
+
o.Item,
|
|
96
196
|
{
|
|
97
197
|
variant: "outline",
|
|
98
198
|
component: "a",
|
|
99
199
|
target: "_blank",
|
|
100
|
-
href:
|
|
101
|
-
leftSection: /* @__PURE__ */ e(n, { icon:
|
|
200
|
+
href: L,
|
|
201
|
+
leftSection: /* @__PURE__ */ e(n, { icon: U, size: 16 }),
|
|
102
202
|
children: t("userAgreement")
|
|
103
203
|
}
|
|
104
204
|
),
|
|
105
205
|
/* @__PURE__ */ e(
|
|
106
|
-
|
|
206
|
+
o.Item,
|
|
107
207
|
{
|
|
108
208
|
variant: "outline",
|
|
109
209
|
component: "a",
|
|
110
210
|
target: "_blank",
|
|
111
|
-
href:
|
|
112
|
-
leftSection: /* @__PURE__ */ e(n, { icon:
|
|
211
|
+
href: D,
|
|
212
|
+
leftSection: /* @__PURE__ */ e(n, { icon: W, size: 16 }),
|
|
113
213
|
children: t("termsAndPrivacy")
|
|
114
214
|
}
|
|
115
215
|
),
|
|
116
|
-
/* @__PURE__ */ e(
|
|
117
|
-
!!
|
|
118
|
-
/* @__PURE__ */ e(
|
|
119
|
-
/* @__PURE__ */ e(
|
|
216
|
+
/* @__PURE__ */ e(o.Divider, {}),
|
|
217
|
+
!!w?.length && /* @__PURE__ */ s(x, { children: [
|
|
218
|
+
/* @__PURE__ */ e(Z, { items: w }),
|
|
219
|
+
/* @__PURE__ */ e(o.Divider, {})
|
|
120
220
|
] }),
|
|
121
|
-
/* @__PURE__ */
|
|
221
|
+
/* @__PURE__ */ s(I, { size: "xs", c: "dimmed", children: [
|
|
122
222
|
t("updated"),
|
|
123
223
|
" ",
|
|
124
|
-
|
|
224
|
+
z,
|
|
125
225
|
/* @__PURE__ */ e("br", {}),
|
|
126
226
|
"Layers v",
|
|
127
|
-
|
|
227
|
+
T,
|
|
128
228
|
/* @__PURE__ */ e("br", {}),
|
|
129
229
|
"© ",
|
|
130
230
|
(/* @__PURE__ */ new Date()).getFullYear(),
|
|
@@ -133,5 +233,5 @@ const B = () => {
|
|
|
133
233
|
] });
|
|
134
234
|
};
|
|
135
235
|
export {
|
|
136
|
-
|
|
236
|
+
ve as HelpMenu
|
|
137
237
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { AppContainerActionsStore, AppContainerDataStore } from '../types';
|
|
2
|
-
export declare const useAppContainer: ({ user, workspaceMenu, tools, userMenuItems, notifications, isAnonym,
|
|
2
|
+
export declare const useAppContainer: ({ user, workspaceMenu, getFirstPageLink, tools, userMenuItems, notifications, isAnonym, readNotificationsFunc, publicMode, showMessenger, showNewMessage, version, updatedAt, privacyPolicyLink, userAgreementLink, whatsNewItems, navbarDisplayFormat, }: AppContainerDataStore & AppContainerActionsStore) => void;
|
|
3
3
|
//# sourceMappingURL=useAppContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAppContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAI3E,eAAO,MAAM,eAAe,GAAI,
|
|
1
|
+
{"version":3,"file":"useAppContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAI3E,eAAO,MAAM,eAAe,GAAI,2PAkB7B,qBAAqB,GAAG,wBAAwB,SA0ClD,CAAC"}
|
|
@@ -1,63 +1,66 @@
|
|
|
1
|
-
import { useLayoutEffect as
|
|
2
|
-
import { useAppContainerActionsStore as
|
|
3
|
-
import { useAppContainerDataStore as
|
|
4
|
-
const
|
|
1
|
+
import { useLayoutEffect as H } from "react";
|
|
2
|
+
import { useAppContainerActionsStore as J } from "./useAppContainerActionsStore.js";
|
|
3
|
+
import { useAppContainerDataStore as K } from "./useAppContainerDataStore.js";
|
|
4
|
+
const T = ({
|
|
5
5
|
user: t,
|
|
6
6
|
workspaceMenu: p,
|
|
7
|
+
getFirstPageLink: S,
|
|
7
8
|
tools: f,
|
|
8
|
-
userMenuItems:
|
|
9
|
-
notifications:
|
|
10
|
-
isAnonym:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
9
|
+
userMenuItems: C,
|
|
10
|
+
notifications: m,
|
|
11
|
+
isAnonym: o,
|
|
12
|
+
readNotificationsFunc: x,
|
|
13
|
+
publicMode: A,
|
|
14
|
+
showMessenger: E,
|
|
15
|
+
showNewMessage: j,
|
|
16
|
+
version: q,
|
|
17
|
+
updatedAt: r,
|
|
18
|
+
privacyPolicyLink: z,
|
|
19
|
+
userAgreementLink: B,
|
|
20
|
+
whatsNewItems: D,
|
|
21
|
+
navbarDisplayFormat: G
|
|
21
22
|
}) => {
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
H(() => {
|
|
24
|
+
K.setState({
|
|
24
25
|
user: t,
|
|
25
26
|
workspaceMenu: p,
|
|
27
|
+
getFirstPageLink: S,
|
|
26
28
|
tools: f,
|
|
27
|
-
userMenuItems:
|
|
28
|
-
notifications:
|
|
29
|
-
isAnonym:
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}),
|
|
40
|
-
readNotificationsFunc:
|
|
29
|
+
userMenuItems: C,
|
|
30
|
+
notifications: m,
|
|
31
|
+
isAnonym: o,
|
|
32
|
+
publicMode: A,
|
|
33
|
+
showMessenger: E,
|
|
34
|
+
showNewMessage: j,
|
|
35
|
+
version: q,
|
|
36
|
+
updatedAt: r,
|
|
37
|
+
privacyPolicyLink: z,
|
|
38
|
+
userAgreementLink: B,
|
|
39
|
+
whatsNewItems: D,
|
|
40
|
+
navbarDisplayFormat: G
|
|
41
|
+
}), J.setState({
|
|
42
|
+
readNotificationsFunc: x
|
|
41
43
|
});
|
|
42
44
|
}, [
|
|
43
|
-
S,
|
|
44
|
-
m,
|
|
45
|
-
C,
|
|
46
|
-
x,
|
|
47
45
|
o,
|
|
46
|
+
m,
|
|
48
47
|
A,
|
|
49
|
-
|
|
48
|
+
x,
|
|
49
|
+
E,
|
|
50
|
+
j,
|
|
50
51
|
f,
|
|
51
52
|
t,
|
|
52
|
-
|
|
53
|
+
C,
|
|
53
54
|
p,
|
|
54
|
-
|
|
55
|
-
j,
|
|
55
|
+
S,
|
|
56
56
|
q,
|
|
57
|
+
r,
|
|
57
58
|
z,
|
|
58
|
-
B
|
|
59
|
+
B,
|
|
60
|
+
D,
|
|
61
|
+
G
|
|
59
62
|
]);
|
|
60
63
|
};
|
|
61
64
|
export {
|
|
62
|
-
|
|
65
|
+
T as useAppContainer
|
|
63
66
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAppContainerDataStore.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainerDataStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"useAppContainerDataStore.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainerDataStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,wBAAwB,oFAgClC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { create as e } from "zustand";
|
|
2
|
-
const
|
|
2
|
+
const s = e(() => ({
|
|
3
3
|
tools: [],
|
|
4
4
|
user: {
|
|
5
5
|
avatar: "",
|
|
@@ -14,6 +14,7 @@ const a = e(() => ({
|
|
|
14
14
|
privacyPolicyLink: "",
|
|
15
15
|
userAgreementLink: "",
|
|
16
16
|
userMenuItems: null,
|
|
17
|
+
navbarDisplayFormat: "iconsAndLabels",
|
|
17
18
|
workspaceMenu: {
|
|
18
19
|
items: [],
|
|
19
20
|
active: {
|
|
@@ -23,10 +24,10 @@ const a = e(() => ({
|
|
|
23
24
|
plan: "FREE"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
27
|
+
getFirstPageLink: void 0,
|
|
26
28
|
whatsNewItems: [],
|
|
27
29
|
notifications: [],
|
|
28
30
|
isAnonym: !1,
|
|
29
|
-
isSaas: !0,
|
|
30
31
|
publicMode: !1,
|
|
31
32
|
showMessenger: () => {
|
|
32
33
|
},
|
|
@@ -34,5 +35,5 @@ const a = e(() => ({
|
|
|
34
35
|
}
|
|
35
36
|
}));
|
|
36
37
|
export {
|
|
37
|
-
|
|
38
|
+
s as useAppContainerDataStore
|
|
38
39
|
};
|
|
@@ -31,13 +31,13 @@ export type AppContainerProps = {
|
|
|
31
31
|
export type AppContainerDataStore = {
|
|
32
32
|
tools: ToolDef[];
|
|
33
33
|
workspaceMenu: WorkspaceMenuProps;
|
|
34
|
+
getFirstPageLink?: (wsId: string) => string | null;
|
|
34
35
|
user: MenuUser & {
|
|
35
36
|
role: string;
|
|
36
37
|
};
|
|
37
38
|
userMenuItems?: ReactNode;
|
|
38
39
|
notifications: UserNotifications[];
|
|
39
40
|
isAnonym: boolean;
|
|
40
|
-
isSaas: boolean;
|
|
41
41
|
publicMode: boolean;
|
|
42
42
|
showMessenger: () => void;
|
|
43
43
|
showNewMessage: (message: string) => void;
|
|
@@ -46,6 +46,7 @@ export type AppContainerDataStore = {
|
|
|
46
46
|
privacyPolicyLink: string;
|
|
47
47
|
userAgreementLink: string;
|
|
48
48
|
whatsNewItems: WhatsNewProps['items'];
|
|
49
|
+
navbarDisplayFormat: 'iconsAndLabels' | 'iconsOnly';
|
|
49
50
|
};
|
|
50
51
|
type ReadNotificationsRequest = {
|
|
51
52
|
messageIds: number[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/AppContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EACL,QAAQ,EACR,iBAAiB,EAClB,MAAM,8CAA8C,CAAC;AAEtD,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,SAAS,CAAC;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAClC,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,aAAa,EAAE,kBAAkB,CAAC;IAClC,IAAI,EAAE,QAAQ,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAClC,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,EAAE,iBAAiB,EAAE,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/AppContainer/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
root:
|
|
3
|
-
header:
|
|
1
|
+
const t = "_root_10w7v_1", e = "_header_10w7v_17", o = "_section_10w7v_39", _ = "_leftSidebar_10w7v_55", n = "_rightSidebar_10w7v_71", r = "_main_10w7v_87", i = "_workContent_10w7v_103", a = {
|
|
2
|
+
root: t,
|
|
3
|
+
header: e,
|
|
4
4
|
section: o,
|
|
5
5
|
leftSidebar: _,
|
|
6
6
|
rightSidebar: n,
|
|
@@ -9,11 +9,11 @@ const e = "_root_9zlef_1", t = "_header_9zlef_9", o = "_section_9zlef_20", _ = "
|
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
a as default,
|
|
12
|
-
|
|
12
|
+
e as header,
|
|
13
13
|
_ as leftSidebar,
|
|
14
14
|
r as main,
|
|
15
15
|
n as rightSidebar,
|
|
16
|
-
|
|
16
|
+
t as root,
|
|
17
17
|
o as section,
|
|
18
18
|
i as workContent
|
|
19
19
|
};
|
package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const
|
|
2
|
-
"vod-player": "_vod-
|
|
3
|
-
"vod-player__player": "_vod-
|
|
1
|
+
const a = {
|
|
2
|
+
"vod-player": "_vod-player_1paib_1",
|
|
3
|
+
"vod-player__player": "_vod-player__player_1paib_25"
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_container_sq5v9_1", t = "_root_sq5v9_13", n = "_carouselRoot_sq5v9_27", e = "_carouselViewport_sq5v9_35", a = "_carouselSlide_sq5v9_43", s = "_navButton_sq5v9_57", _ = "_navButtonPrev_sq5v9_83", r = "_navButtonNext_sq5v9_91", v = "_modalContent_sq5v9_99", c = "_modalBody_sq5v9_109", i = "_videoContainer_sq5v9_121", l = "_imageContainer_sq5v9_131", u = {
|
|
2
2
|
container: o,
|
|
3
3
|
root: t,
|
|
4
4
|
carouselRoot: n,
|
|
5
5
|
carouselViewport: e,
|
|
6
6
|
carouselSlide: a,
|
|
7
|
-
navButton:
|
|
8
|
-
navButtonPrev:
|
|
7
|
+
navButton: s,
|
|
8
|
+
navButtonPrev: _,
|
|
9
9
|
navButtonNext: r,
|
|
10
|
-
modalContent:
|
|
11
|
-
modalBody:
|
|
12
|
-
videoContainer:
|
|
13
|
-
imageContainer:
|
|
10
|
+
modalContent: v,
|
|
11
|
+
modalBody: c,
|
|
12
|
+
videoContainer: i,
|
|
13
|
+
imageContainer: l
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
n as carouselRoot,
|
|
17
17
|
a as carouselSlide,
|
|
18
18
|
e as carouselViewport,
|
|
19
19
|
o as container,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
u as default,
|
|
21
|
+
l as imageContainer,
|
|
22
|
+
c as modalBody,
|
|
23
|
+
v as modalContent,
|
|
24
|
+
s as navButton,
|
|
25
25
|
r as navButtonNext,
|
|
26
|
-
|
|
26
|
+
_ as navButtonPrev,
|
|
27
27
|
t as root,
|
|
28
|
-
|
|
28
|
+
i as videoContainer
|
|
29
29
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_imagePreviewWrapper_1814g_1", t = "_deleteButton_1814g_11", o = "_downloadButton_1814g_25", i = "_filePreviewList_1814g_63", r = "_fileDownloadName_1814g_89", a = "_filePreviewWrapper_1814g_101", l = {
|
|
2
2
|
imagePreviewWrapper: e,
|
|
3
3
|
deleteButton: t,
|
|
4
4
|
downloadButton: o,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_wrapper_1n4or_1", s = "_logo_1n4or_15", _ = "_desktop_1n4or_45", t = "_shadow_1n4or_73", d = "_desktopShadow_1n4or_99", p = {
|
|
2
2
|
wrapper: o,
|
|
3
3
|
logo: s,
|
|
4
|
-
desktop:
|
|
5
|
-
shadow:
|
|
6
|
-
desktopShadow:
|
|
4
|
+
desktop: _,
|
|
5
|
+
shadow: t,
|
|
6
|
+
desktopShadow: d
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
p as default,
|
|
10
|
+
_ as desktop,
|
|
11
|
+
d as desktopShadow,
|
|
12
12
|
s as logo,
|
|
13
|
-
|
|
13
|
+
t as shadow,
|
|
14
14
|
o as wrapper
|
|
15
15
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_accordionRoot_1of7x_1", c = "_accordionControl_1of7x_9", n = "_accordionItem_1of7x_17", t = {
|
|
2
2
|
accordionRoot: o,
|
|
3
3
|
accordionControl: c,
|
|
4
4
|
accordionItem: n
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_commentComposerWrapper_f5dl7_1", e = "_commentComposerFloat_f5dl7_135", r = "_composerContainer_f5dl7_193", t = "_editorWrapper_f5dl7_225", p = "_editMode_f5dl7_361", m = {
|
|
2
2
|
commentComposerWrapper: o,
|
|
3
3
|
commentComposerFloat: e,
|
|
4
4
|
composerContainer: r,
|
|
5
5
|
editorWrapper: t,
|
|
6
|
-
editMode:
|
|
6
|
+
editMode: p
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
e as commentComposerFloat,
|
|
10
10
|
o as commentComposerWrapper,
|
|
11
11
|
r as composerContainer,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
m as default,
|
|
13
|
+
p as editMode,
|
|
14
14
|
t as editorWrapper
|
|
15
15
|
};
|