@layers-app/shared 0.2.8-test → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/giphy/slice.d.ts +1 -1
- package/dist/api/giphy/slice.d.ts.map +1 -1
- package/dist/api/unsplash/slice.d.ts +1 -1
- package/dist/api/unsplash/slice.d.ts.map +1 -1
- package/dist/assets/layers-logo-icon.svg2.js +4 -0
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +8 -7
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +123 -114
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +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/index.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/index.js +47 -46
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/Copyright/index.d.ts.map +1 -1
- package/dist/components/Copyright/index.js +8 -7
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- 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.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts +2 -4
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +236 -247
- package/dist/components/FilePicker/FilePicker.module.css.js +10 -12
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +33 -59
- package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +51 -52
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +19 -22
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +64 -65
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +35 -51
- package/dist/components/FilePicker/api/giphyApi.d.ts +2 -2
- package/dist/components/FilePicker/api/giphyApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/giphyApi.js +11 -14
- package/dist/components/FilePicker/api/unsplashApi.d.ts +2 -2
- package/dist/components/FilePicker/api/unsplashApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/unsplashApi.js +14 -19
- package/dist/components/FilePicker/index.d.ts +0 -1
- 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/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.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +70 -72
- 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/helpers/conditions.d.ts +84 -84
- package/dist/components/FormViewer/helpers/helpers.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +22 -21
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +71 -71
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +84 -84
- package/dist/components/FormViewer/store/formStore.d.ts +357 -357
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.d.ts +178 -178
- package/dist/components/FormViewer/store/selectors.d.ts +23861 -23861
- package/dist/components/FormViewer/types/schemes.d.ts +1139 -1139
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/Logotype.d.ts +4 -3
- package/dist/components/Logotype.d.ts.map +1 -1
- package/dist/components/Logotype.js +56 -33
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- 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/OnBoardingPage.js +35 -35
- 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/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +10 -10
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts +48 -0
- package/dist/config/brand.d.ts.map +1 -0
- package/dist/config/brand.js +69 -0
- package/dist/config/envConfig.d.ts +70 -0
- package/dist/config/envConfig.d.ts.map +1 -0
- package/dist/config/envConfig.js +29 -0
- package/dist/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +7 -6
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDisableWindowScroll.js +3 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +429 -423
- 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/docs/README.md +499 -499
- package/package.json +75 -75
- package/dist/assets/svg/default_icon.svg.js +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
- package/dist/components/FilePicker/coverCollections.js +0 -164
- /package/dist/assets/{svg/layers-logo-full.svg.js → layers-logo-full.svg2.js} +0 -0
|
@@ -5,7 +5,7 @@ type Data = {
|
|
|
5
5
|
totalPages: number;
|
|
6
6
|
hasMore: boolean;
|
|
7
7
|
};
|
|
8
|
-
export declare const giphyApi: (
|
|
8
|
+
export declare const giphyApi: (_token?: string) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
|
|
9
9
|
getPhotos: import("@reduxjs/toolkit/query").QueryDefinition<ApiGiphy.Request, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, Data, "giphyApi", unknown>;
|
|
10
10
|
}, "giphyApi", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
11
11
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/giphy/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/giphy/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,SAAS,MAAM;;kJAgDpC,CAAC"}
|
|
@@ -5,7 +5,7 @@ type Data = {
|
|
|
5
5
|
totalPages: number;
|
|
6
6
|
hasMore: boolean;
|
|
7
7
|
};
|
|
8
|
-
export declare const unsplashApi: (
|
|
8
|
+
export declare const unsplashApi: (_clientId?: string) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
|
|
9
9
|
getPhotos: import("@reduxjs/toolkit/query").QueryDefinition<ApiUnsplash.Request, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, Data, "unsplashApi", unknown>;
|
|
10
10
|
}, "unsplashApi", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
11
11
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/unsplash/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/unsplash/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,YAAY,MAAM;;qJA8C1C,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const C = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M44.9277%2024.1827C44.9277%2027.0249%2044.9065%2029.867%2044.9357%2032.7064C44.9594%2035.0289%2043.9605%2036.6796%2041.9123%2037.8317C36.9624%2040.6135%2032.0365%2043.4347%2027.1317%2046.2925C25.0198%2047.5232%2023.0219%2047.5443%2020.8994%2046.3056C15.9575%2043.4241%2010.9866%2040.5924%206.00233%2037.7844C4.04679%2036.6823%203.06902%2035.0736%203.06372%2032.8718C3.06372%2027.0144%203.06372%2021.1569%203.07697%2015.2994C3.08227%2013.2%204.015%2011.6228%205.86454%2010.5705C10.9522%207.67584%2016.0451%204.79172%2021.1114%201.86301C23.1067%200.708307%2025.0066%200.760794%2026.9807%201.90237C31.9702%204.78647%2036.9784%207.64434%2041.9944%2010.4864C43.9313%2011.5834%2044.941%2013.1737%2044.9303%2015.3992C44.9171%2018.3279%2044.9277%2021.2566%2044.9303%2024.1853L44.9277%2024.1827ZM22.3144%2043.1617C22.3144%2037.5246%2022.2879%2032.2%2022.3356%2026.8726C22.3462%2025.6339%2021.9143%2024.8624%2020.812%2024.2483C16.7791%2022.0045%2012.7911%2019.6795%208.78461%2017.391C8.07712%2016.9869%207.35637%2016.609%206.4899%2016.1365C6.4899%2021.7579%206.51375%2027.1639%206.47134%2032.5674C6.46074%2033.73%206.92976%2034.4148%207.91812%2034.966C11.7153%2037.0917%2015.4806%2039.2698%2019.2592%2041.427C20.1999%2041.9624%2021.1432%2042.4951%2022.317%2043.159L22.3144%2043.1617ZM41.4141%2034.0606C41.4485%2033.6355%2041.4804%2033.4255%2041.4804%2033.2129C41.4829%2027.3108%2041.4697%2021.4088%2041.5015%2015.5067C41.5068%2014.5069%2041.1093%2013.8849%2040.2535%2013.3994C35.1209%2010.4917%2030.0067%207.55775%2024.8821%204.63952C24.6436%204.50305%2024.3628%204.44269%2023.9997%204.31148C23.9997%206.28758%2024.0607%208.12197%2023.9758%209.95373C23.9308%2010.9378%2024.3229%2011.4339%2025.1523%2011.8826C27.4736%2013.1396%2029.7206%2014.5331%2032.0497%2015.7771C34.3524%2017.0052%2035.4282%2018.8134%2035.3461%2021.4166C35.2613%2024.1669%2035.2984%2026.9251%2035.3567%2029.678C35.3647%2030.1084%2035.6402%2030.7147%2035.9873%2030.9298C37.6964%2031.9952%2039.4745%2032.9557%2041.4167%2034.0606H41.4141ZM14.4101%209.63094C14.4101%2011.775%2014.4551%2013.6487%2014.3889%2015.5172C14.3598%2016.3676%2014.6168%2016.8583%2015.3799%2017.2781C17.8098%2018.6086%2020.1654%2020.0704%2022.6085%2021.3773C24.7893%2022.5425%2025.7671%2024.2851%2025.7327%2026.7021C25.6929%2029.4524%2025.7088%2032.2052%2025.7432%2034.9581C25.7485%2035.3885%2025.8545%2036.0289%2026.146%2036.2125C27.9505%2037.3515%2029.8213%2038.3907%2031.8006%2039.5376C31.8483%2039.1439%2031.8934%2038.9417%2031.8934%2038.7424C31.8934%2032.8009%2031.9252%2026.8621%2031.8431%2020.9234C31.8351%2020.2804%2031.3104%2019.4406%2030.7646%2019.0522C29.4477%2018.1127%2027.977%2017.3858%2026.5647%2016.5774C22.6033%2014.3127%2018.6392%2012.0505%2014.4101%209.63619V9.63094Z'%20fill='currentColor'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
C as default
|
|
4
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AliasTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/AliasTextInput/AliasTextInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,SAAS,EAGT,UAAU,EAGV,cAAc,EAEf,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AliasTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/AliasTextInput/AliasTextInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,SAAS,EAGT,UAAU,EAGV,cAAc,EAEf,MAAM,eAAe,CAAC;AAIvB,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;QAChE,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;QACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KACzB,CAAC;IACF,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE;QACZ,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,cAAc,CAAC,EAAE,IAAI,CACnB,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAC1C,CAAC;IACF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,mJAW5B,mBAAmB,4CAmFrB,CAAC"}
|
|
@@ -2,7 +2,8 @@ import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { HelpCircleIcon as g } from "@hugeicons/core-free-icons";
|
|
3
3
|
import { HugeiconsIcon as v } from "@hugeicons/react";
|
|
4
4
|
import { Stack as x, Flex as l, Text as c, TextInput as y, Loader as w, Box as z, Tooltip as L } from "@mantine/core";
|
|
5
|
-
|
|
5
|
+
import { brand as S } from "../../config/brand.js";
|
|
6
|
+
const b = ({
|
|
6
7
|
form: a,
|
|
7
8
|
label: n,
|
|
8
9
|
disabled: o,
|
|
@@ -10,9 +11,9 @@ const C = ({
|
|
|
10
11
|
stackProps: m,
|
|
11
12
|
flexProps: s,
|
|
12
13
|
textInputProps: p,
|
|
13
|
-
isCheckingAlias:
|
|
14
|
+
isCheckingAlias: h,
|
|
14
15
|
previewMode: e = !1,
|
|
15
|
-
tooltipLabel:
|
|
16
|
+
tooltipLabel: u
|
|
16
17
|
}) => {
|
|
17
18
|
const { error: t, ...f } = a;
|
|
18
19
|
return /* @__PURE__ */ i(x, { gap: 5, ...m, children: [
|
|
@@ -42,7 +43,7 @@ const C = ({
|
|
|
42
43
|
c: o ? "dimmed" : "gray",
|
|
43
44
|
lh: "sm",
|
|
44
45
|
style: { whiteSpace: "nowrap" },
|
|
45
|
-
children:
|
|
46
|
+
children: S.appUrl.replace(/^https?:\/\//, "")
|
|
46
47
|
}
|
|
47
48
|
) }),
|
|
48
49
|
/* @__PURE__ */ r(
|
|
@@ -55,7 +56,7 @@ const C = ({
|
|
|
55
56
|
maxLength: 50,
|
|
56
57
|
disabled: o,
|
|
57
58
|
readOnly: !a.onChange,
|
|
58
|
-
rightSection:
|
|
59
|
+
rightSection: h ? /* @__PURE__ */ r(w, { size: 14 }) : void 0,
|
|
59
60
|
...f,
|
|
60
61
|
...p,
|
|
61
62
|
styles: {
|
|
@@ -68,7 +69,7 @@ const C = ({
|
|
|
68
69
|
}
|
|
69
70
|
)
|
|
70
71
|
] }),
|
|
71
|
-
e && /* @__PURE__ */ r(z, { w: 20, h: 20, children: /* @__PURE__ */ r(L, { label:
|
|
72
|
+
e && /* @__PURE__ */ r(z, { w: 20, h: 20, children: /* @__PURE__ */ r(L, { label: u || d, children: /* @__PURE__ */ r(v, { size: 20, color: "gray", icon: g }) }) })
|
|
72
73
|
]
|
|
73
74
|
}
|
|
74
75
|
),
|
|
@@ -76,5 +77,5 @@ const C = ({
|
|
|
76
77
|
] });
|
|
77
78
|
};
|
|
78
79
|
export {
|
|
79
|
-
|
|
80
|
+
b as AliasTextInput
|
|
80
81
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_toolTitleInput_14hbr_19", n = "_appSidebarButton_14hbr_34", o = "_slideContainer_14hbr_55", e = "_slideContent_14hbr_61", i = "_main_14hbr_76", s = {
|
|
2
2
|
toolTitleInput: t,
|
|
3
3
|
appSidebarButton: n,
|
|
4
4
|
slideContainer: o,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AppContainer/components/menus/HelpMenu/HelpMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HelpMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AppContainer/components/menus/HelpMenu/HelpMenu.tsx"],"names":[],"mappings":"AAoCA,eAAO,MAAM,QAAQ,+CAoQpB,CAAC"}
|
|
@@ -1,150 +1,157 @@
|
|
|
1
|
-
import { jsxs as s, jsx as e, Fragment as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { useTranslation as
|
|
4
|
-
import { DiscountTag02Icon as R, CustomerSupportIcon as
|
|
5
|
-
import { HugeiconsIcon as
|
|
6
|
-
import { Stack as
|
|
7
|
-
import { IconChevronRight as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
import { jsxs as s, jsx as e, Fragment as k } from "react/jsx-runtime";
|
|
2
|
+
import { useState as j, useRef as A, useMemo as _, useCallback as h, useEffect as $ } from "react";
|
|
3
|
+
import { useTranslation as B } from "react-i18next";
|
|
4
|
+
import { DiscountTag02Icon as R, CustomerSupportIcon as U, Book02Icon as O, Structure02Icon as H, Layers01Icon as N, BookOpen01Icon as W, LicenseIcon as G } from "@hugeicons/core-free-icons";
|
|
5
|
+
import { HugeiconsIcon as i } from "@hugeicons/react";
|
|
6
|
+
import { Stack as K, Button as u, Menu as n, Popover as g, UnstyledButton as Y, Group as q, Text as S } from "@mantine/core";
|
|
7
|
+
import { IconChevronRight as J } from "@tabler/icons-react";
|
|
8
|
+
import Q from "../../../../../assets/svg/discord-icon.svg.js";
|
|
9
|
+
import V from "../../../../../assets/svg/telegram-icon.svg.js";
|
|
10
|
+
import X from "../../../../../assets/svg/whatsapp-icon.svg.js";
|
|
11
|
+
import { brand as o } from "../../../../../config/brand.js";
|
|
12
|
+
import { getEnvConfig as Z } from "../../../../../config/envConfig.js";
|
|
13
|
+
import { isFeature as ee } from "../../../../../helpers/feature.js";
|
|
14
|
+
import { resetFeatureFlow as te } from "../../../../../store/featureProgress.js";
|
|
15
|
+
import { useAppContainerDataStore as oe } from "../../../hooks/useAppContainerDataStore.js";
|
|
16
|
+
import { WhatsNew as re } from "./WhatsNew.js";
|
|
17
|
+
import { resetOnboarding as ne } from "../../../../OnboardingTour/useOnboardingTour.js";
|
|
18
|
+
import { FeatureProgressKey as ie } from "../../../../FeatureProgress/constants.js";
|
|
19
|
+
const Me = () => {
|
|
20
|
+
const { t } = B("helpMenu"), [y, f] = j(!1), c = A(null), M = _(() => {
|
|
21
|
+
const r = Z().analytics;
|
|
22
|
+
return r?.intercomEnabled !== !1 && !!r?.intercomAppId;
|
|
23
|
+
}, []), {
|
|
24
|
+
showMessenger: w,
|
|
25
|
+
showNewMessage: T,
|
|
26
|
+
workspaceMenu: z,
|
|
27
|
+
getFirstPageLink: C,
|
|
28
|
+
version: E,
|
|
29
|
+
updatedAt: D,
|
|
30
|
+
privacyPolicyLink: x,
|
|
26
31
|
userAgreementLink: L,
|
|
27
|
-
whatsNewItems:
|
|
28
|
-
} =
|
|
29
|
-
|
|
32
|
+
whatsNewItems: b
|
|
33
|
+
} = oe(), P = () => {
|
|
34
|
+
m();
|
|
30
35
|
const r = new URL(window.location.href);
|
|
31
36
|
r.searchParams.get("view") === "graph" && (r.searchParams.delete("view"), window.history.replaceState(
|
|
32
37
|
window.history.state,
|
|
33
38
|
"",
|
|
34
39
|
`${r.pathname}${r.search}${r.hash}`
|
|
35
|
-
)),
|
|
36
|
-
const
|
|
37
|
-
if (
|
|
40
|
+
)), ne("graph"), te(ie.GraphStart);
|
|
41
|
+
const p = window.location.pathname.split("/").filter(Boolean), F = p[0], v = p[1] === "pages" ? p[2] : void 0, l = F || z.active.workspaceId;
|
|
42
|
+
if (l) {
|
|
38
43
|
if (v) {
|
|
39
|
-
window.location.assign(`/${
|
|
44
|
+
window.location.assign(`/${l}/pages/${v}`);
|
|
40
45
|
return;
|
|
41
46
|
}
|
|
42
|
-
const
|
|
43
|
-
if (
|
|
44
|
-
window.location.assign(
|
|
47
|
+
const I = C?.(l);
|
|
48
|
+
if (I) {
|
|
49
|
+
window.location.assign(I);
|
|
45
50
|
return;
|
|
46
51
|
}
|
|
47
|
-
window.location.assign(`/${
|
|
52
|
+
window.location.assign(`/${l}/pages`);
|
|
48
53
|
return;
|
|
49
54
|
}
|
|
50
55
|
window.location.assign("/");
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
}, []),
|
|
54
|
-
|
|
55
|
-
}, [
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
}, a = h(() => {
|
|
57
|
+
c.current && (window.clearTimeout(c.current), c.current = null);
|
|
58
|
+
}, []), d = h(() => {
|
|
59
|
+
a(), f(!0);
|
|
60
|
+
}, [a]), m = h(() => {
|
|
61
|
+
a(), c.current = window.setTimeout(() => {
|
|
62
|
+
f(!1);
|
|
58
63
|
}, 120);
|
|
59
|
-
}, [
|
|
60
|
-
return
|
|
61
|
-
|
|
62
|
-
}, [
|
|
63
|
-
/* @__PURE__ */ e(
|
|
64
|
-
|
|
64
|
+
}, [a]);
|
|
65
|
+
return $(() => () => {
|
|
66
|
+
a();
|
|
67
|
+
}, [a]), /* @__PURE__ */ s(K, { gap: 6, p: 4, children: [
|
|
68
|
+
o.social.whatsappEnabled && /* @__PURE__ */ e(
|
|
69
|
+
u,
|
|
65
70
|
{
|
|
66
71
|
component: "a",
|
|
67
|
-
href:
|
|
72
|
+
href: o.social.whatsapp,
|
|
68
73
|
target: "_blank",
|
|
69
74
|
bg: "#00C000",
|
|
70
|
-
leftSection: /* @__PURE__ */ e(
|
|
75
|
+
leftSection: /* @__PURE__ */ e(X, { width: 16, height: 16 }),
|
|
71
76
|
c: "white",
|
|
72
77
|
size: "sm",
|
|
73
78
|
justify: "flex-start",
|
|
74
79
|
children: t("joinWhatsApp")
|
|
75
80
|
}
|
|
76
81
|
),
|
|
77
|
-
/* @__PURE__ */ e(
|
|
78
|
-
|
|
82
|
+
o.social.telegramEnabled && /* @__PURE__ */ e(
|
|
83
|
+
u,
|
|
79
84
|
{
|
|
80
85
|
component: "a",
|
|
81
|
-
href:
|
|
86
|
+
href: o.social.telegram,
|
|
82
87
|
target: "_blank",
|
|
83
88
|
bg: "blue.5",
|
|
84
|
-
leftSection: /* @__PURE__ */ e(
|
|
89
|
+
leftSection: /* @__PURE__ */ e(V, { width: 16, height: 16 }),
|
|
85
90
|
c: "white",
|
|
86
91
|
size: "sm",
|
|
87
92
|
justify: "flex-start",
|
|
88
93
|
children: t("joinTelegram")
|
|
89
94
|
}
|
|
90
95
|
),
|
|
91
|
-
/* @__PURE__ */ e(
|
|
92
|
-
|
|
96
|
+
o.social.discordEnabled && /* @__PURE__ */ e(
|
|
97
|
+
u,
|
|
93
98
|
{
|
|
94
99
|
component: "a",
|
|
95
|
-
href:
|
|
100
|
+
href: o.social.discord,
|
|
96
101
|
target: "_blank",
|
|
97
102
|
bg: "indigo.6",
|
|
98
|
-
leftSection: /* @__PURE__ */ e(
|
|
103
|
+
leftSection: /* @__PURE__ */ e(Q, { width: 16, height: 16 }),
|
|
99
104
|
c: "white",
|
|
100
105
|
size: "sm",
|
|
101
106
|
justify: "flex-start",
|
|
102
107
|
children: t("joinDiscord")
|
|
103
108
|
}
|
|
104
109
|
),
|
|
105
|
-
/* @__PURE__ */ e(
|
|
106
|
-
/* @__PURE__ */
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
110
|
+
(o.social.whatsappEnabled || o.social.telegramEnabled || o.social.discordEnabled) && /* @__PURE__ */ e(n.Divider, {}),
|
|
111
|
+
M && /* @__PURE__ */ s(k, { children: [
|
|
112
|
+
/* @__PURE__ */ e(
|
|
113
|
+
n.Item,
|
|
114
|
+
{
|
|
115
|
+
onClick: () => {
|
|
116
|
+
w(), T(t("contactSalesMessage"));
|
|
117
|
+
},
|
|
118
|
+
leftSection: /* @__PURE__ */ e(i, { icon: R, size: 16 }),
|
|
119
|
+
children: t("contactSales")
|
|
120
|
+
}
|
|
121
|
+
),
|
|
122
|
+
/* @__PURE__ */ e(
|
|
123
|
+
n.Item,
|
|
124
|
+
{
|
|
125
|
+
onClick: w,
|
|
126
|
+
leftSection: /* @__PURE__ */ e(i, { icon: U, size: 16 }),
|
|
127
|
+
children: t("getSupport")
|
|
128
|
+
}
|
|
129
|
+
),
|
|
130
|
+
/* @__PURE__ */ e(n.Divider, {})
|
|
131
|
+
] }),
|
|
132
|
+
ee() && /* @__PURE__ */ s(
|
|
133
|
+
g,
|
|
127
134
|
{
|
|
128
|
-
opened:
|
|
135
|
+
opened: y,
|
|
129
136
|
width: 200,
|
|
130
137
|
position: "right-start",
|
|
131
138
|
offset: 10,
|
|
132
139
|
withinPortal: !0,
|
|
133
140
|
shadow: "md",
|
|
134
141
|
children: [
|
|
135
|
-
/* @__PURE__ */ e(
|
|
136
|
-
|
|
142
|
+
/* @__PURE__ */ e(g.Target, { children: /* @__PURE__ */ e("div", { onMouseEnter: d, onMouseLeave: m, children: /* @__PURE__ */ e(
|
|
143
|
+
n.Item,
|
|
137
144
|
{
|
|
138
|
-
leftSection: /* @__PURE__ */ e(
|
|
139
|
-
rightSection: /* @__PURE__ */ e(
|
|
145
|
+
leftSection: /* @__PURE__ */ e(i, { icon: O, size: 16 }),
|
|
146
|
+
rightSection: /* @__PURE__ */ e(J, { size: 14 }),
|
|
140
147
|
onClick: (r) => {
|
|
141
|
-
r.preventDefault(),
|
|
148
|
+
r.preventDefault(), d();
|
|
142
149
|
},
|
|
143
150
|
children: t("tutorials")
|
|
144
151
|
}
|
|
145
152
|
) }) }),
|
|
146
153
|
/* @__PURE__ */ e(
|
|
147
|
-
|
|
154
|
+
g.Dropdown,
|
|
148
155
|
{
|
|
149
156
|
py: 4,
|
|
150
157
|
ml: 6,
|
|
@@ -152,27 +159,27 @@ const ve = () => {
|
|
|
152
159
|
backgroundColor: "light-dark(var(--app-shell-bg),var(--mantine-color-dark-6))",
|
|
153
160
|
border: "none"
|
|
154
161
|
},
|
|
155
|
-
onMouseEnter:
|
|
156
|
-
onMouseLeave:
|
|
162
|
+
onMouseEnter: d,
|
|
163
|
+
onMouseLeave: m,
|
|
157
164
|
children: /* @__PURE__ */ e(
|
|
158
|
-
|
|
165
|
+
Y,
|
|
159
166
|
{
|
|
160
|
-
onClick:
|
|
167
|
+
onClick: P,
|
|
161
168
|
style: {
|
|
162
169
|
width: "100%",
|
|
163
170
|
borderRadius: 12,
|
|
164
171
|
padding: "6px 12px"
|
|
165
172
|
},
|
|
166
|
-
children: /* @__PURE__ */ s(
|
|
173
|
+
children: /* @__PURE__ */ s(q, { gap: 10, children: [
|
|
167
174
|
/* @__PURE__ */ e(
|
|
168
|
-
|
|
175
|
+
i,
|
|
169
176
|
{
|
|
170
|
-
icon:
|
|
177
|
+
icon: H,
|
|
171
178
|
size: 16,
|
|
172
179
|
color: "var(--mantine-color-dimmed)"
|
|
173
180
|
}
|
|
174
181
|
),
|
|
175
|
-
/* @__PURE__ */ e(
|
|
182
|
+
/* @__PURE__ */ e(S, { size: "sm", c: "bright", children: t("mindMap") })
|
|
176
183
|
] })
|
|
177
184
|
}
|
|
178
185
|
)
|
|
@@ -182,56 +189,58 @@ const ve = () => {
|
|
|
182
189
|
}
|
|
183
190
|
),
|
|
184
191
|
/* @__PURE__ */ e(
|
|
185
|
-
|
|
192
|
+
n.Item,
|
|
186
193
|
{
|
|
187
|
-
leftSection: /* @__PURE__ */ e(
|
|
194
|
+
leftSection: /* @__PURE__ */ e(i, { icon: N, size: 16 }),
|
|
188
195
|
component: "a",
|
|
189
|
-
href:
|
|
196
|
+
href: o.websiteUrl,
|
|
190
197
|
target: "_blank",
|
|
191
198
|
children: t("aboutLayers")
|
|
192
199
|
}
|
|
193
200
|
),
|
|
194
201
|
/* @__PURE__ */ e(
|
|
195
|
-
|
|
202
|
+
n.Item,
|
|
196
203
|
{
|
|
197
204
|
variant: "outline",
|
|
198
205
|
component: "a",
|
|
199
206
|
target: "_blank",
|
|
200
207
|
href: L,
|
|
201
|
-
leftSection: /* @__PURE__ */ e(
|
|
208
|
+
leftSection: /* @__PURE__ */ e(i, { icon: W, size: 16 }),
|
|
202
209
|
children: t("userAgreement")
|
|
203
210
|
}
|
|
204
211
|
),
|
|
205
212
|
/* @__PURE__ */ e(
|
|
206
|
-
|
|
213
|
+
n.Item,
|
|
207
214
|
{
|
|
208
215
|
variant: "outline",
|
|
209
216
|
component: "a",
|
|
210
217
|
target: "_blank",
|
|
211
|
-
href:
|
|
212
|
-
leftSection: /* @__PURE__ */ e(
|
|
218
|
+
href: x,
|
|
219
|
+
leftSection: /* @__PURE__ */ e(i, { icon: G, size: 16 }),
|
|
213
220
|
children: t("termsAndPrivacy")
|
|
214
221
|
}
|
|
215
222
|
),
|
|
216
|
-
/* @__PURE__ */ e(
|
|
217
|
-
!!
|
|
218
|
-
/* @__PURE__ */ e(
|
|
219
|
-
/* @__PURE__ */ e(
|
|
223
|
+
/* @__PURE__ */ e(n.Divider, {}),
|
|
224
|
+
!!b?.length && /* @__PURE__ */ s(k, { children: [
|
|
225
|
+
/* @__PURE__ */ e(re, { items: b }),
|
|
226
|
+
/* @__PURE__ */ e(n.Divider, {})
|
|
220
227
|
] }),
|
|
221
|
-
/* @__PURE__ */ s(
|
|
228
|
+
/* @__PURE__ */ s(S, { size: "xs", c: "dimmed", children: [
|
|
222
229
|
t("updated"),
|
|
223
230
|
" ",
|
|
224
|
-
|
|
231
|
+
D,
|
|
225
232
|
/* @__PURE__ */ e("br", {}),
|
|
226
|
-
|
|
227
|
-
|
|
233
|
+
o.name,
|
|
234
|
+
" v",
|
|
235
|
+
E,
|
|
228
236
|
/* @__PURE__ */ e("br", {}),
|
|
229
237
|
"© ",
|
|
230
238
|
(/* @__PURE__ */ new Date()).getFullYear(),
|
|
231
|
-
"
|
|
239
|
+
" ",
|
|
240
|
+
o.copyrightHolder
|
|
232
241
|
] })
|
|
233
242
|
] });
|
|
234
243
|
};
|
|
235
244
|
export {
|
|
236
|
-
|
|
245
|
+
Me as HelpMenu
|
|
237
246
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
root:
|
|
3
|
-
header:
|
|
1
|
+
const e = "_root_9zlef_1", t = "_header_9zlef_9", o = "_section_9zlef_20", _ = "_leftSidebar_9zlef_28", n = "_rightSidebar_9zlef_36", r = "_main_9zlef_44", i = "_workContent_9zlef_52", a = {
|
|
2
|
+
root: e,
|
|
3
|
+
header: t,
|
|
4
4
|
section: o,
|
|
5
5
|
leftSidebar: _,
|
|
6
6
|
rightSidebar: n,
|
|
@@ -9,11 +9,11 @@ const t = "_root_10w7v_1", e = "_header_10w7v_17", o = "_section_10w7v_39", _ =
|
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
a as default,
|
|
12
|
-
|
|
12
|
+
t as header,
|
|
13
13
|
_ as leftSidebar,
|
|
14
14
|
r as main,
|
|
15
15
|
n as rightSidebar,
|
|
16
|
-
|
|
16
|
+
e 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 e = {
|
|
2
|
+
"vod-player": "_vod-player_be6om_1",
|
|
3
|
+
"vod-player__player": "_vod-player__player_be6om_13"
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_container_1jpi5_1", t = "_root_1jpi5_7", n = "_carouselRoot_1jpi5_14", e = "_carouselViewport_1jpi5_18", a = "_carouselSlide_1jpi5_22", _ = "_navButton_1jpi5_29", i = "_navButtonPrev_1jpi5_42", r = "_navButtonNext_1jpi5_46", c = "_modalContent_1jpi5_50", s = "_modalBody_1jpi5_55", l = "_videoContainer_1jpi5_61", u = "_imageContainer_1jpi5_66", d = {
|
|
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: _,
|
|
8
|
+
navButtonPrev: i,
|
|
9
9
|
navButtonNext: r,
|
|
10
|
-
modalContent:
|
|
11
|
-
modalBody:
|
|
12
|
-
videoContainer:
|
|
13
|
-
imageContainer:
|
|
10
|
+
modalContent: c,
|
|
11
|
+
modalBody: s,
|
|
12
|
+
videoContainer: l,
|
|
13
|
+
imageContainer: u
|
|
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
|
+
d as default,
|
|
21
|
+
u as imageContainer,
|
|
22
|
+
s as modalBody,
|
|
23
|
+
c as modalContent,
|
|
24
|
+
_ as navButton,
|
|
25
25
|
r as navButtonNext,
|
|
26
|
-
|
|
26
|
+
i as navButtonPrev,
|
|
27
27
|
t as root,
|
|
28
|
-
|
|
28
|
+
l as videoContainer
|
|
29
29
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_imagePreviewWrapper_qqm20_1", t = "_deleteButton_qqm20_6", o = "_downloadButton_qqm20_13", i = "_filePreviewList_qqm20_32", r = "_fileDownloadName_qqm20_45", a = "_filePreviewWrapper_qqm20_51", l = {
|
|
2
2
|
imagePreviewWrapper: e,
|
|
3
3
|
deleteButton: t,
|
|
4
4
|
downloadButton: o,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_wrapper_1y9p0_1", s = "_logo_1y9p0_8", p = "_desktop_1y9p0_23", _ = "_shadow_1y9p0_37", t = "_desktopShadow_1y9p0_50", d = {
|
|
2
2
|
wrapper: o,
|
|
3
3
|
logo: s,
|
|
4
|
-
desktop:
|
|
5
|
-
shadow:
|
|
6
|
-
desktopShadow:
|
|
4
|
+
desktop: p,
|
|
5
|
+
shadow: _,
|
|
6
|
+
desktopShadow: t
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
d as default,
|
|
10
|
+
p as desktop,
|
|
11
|
+
t as desktopShadow,
|
|
12
12
|
s as logo,
|
|
13
|
-
|
|
13
|
+
_ as shadow,
|
|
14
14
|
o as wrapper
|
|
15
15
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_accordionRoot_3pkfo_1", c = "_accordionControl_3pkfo_5", n = "_accordionItem_3pkfo_9", t = {
|
|
2
2
|
accordionRoot: o,
|
|
3
3
|
accordionControl: c,
|
|
4
4
|
accordionItem: n
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_commentComposerWrapper_1mv8w_1", e = "_commentComposerFloat_1mv8w_68", r = "_composerContainer_1mv8w_97", t = "_editorWrapper_1mv8w_113", m = "_editMode_1mv8w_181", p = {
|
|
2
2
|
commentComposerWrapper: o,
|
|
3
3
|
commentComposerFloat: e,
|
|
4
4
|
composerContainer: r,
|
|
5
5
|
editorWrapper: t,
|
|
6
|
-
editMode:
|
|
6
|
+
editMode: m
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
e as commentComposerFloat,
|
|
10
10
|
o as commentComposerWrapper,
|
|
11
11
|
r as composerContainer,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
p as default,
|
|
13
|
+
m as editMode,
|
|
14
14
|
t as editorWrapper
|
|
15
15
|
};
|