@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 +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;AAEvB,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,
|
|
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;AAEvB,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"}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { HelpCircleIcon as
|
|
3
|
-
import { HugeiconsIcon as
|
|
2
|
+
import { HelpCircleIcon as g } from "@hugeicons/core-free-icons";
|
|
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
|
-
const
|
|
6
|
-
form:
|
|
7
|
-
label:
|
|
5
|
+
const C = ({
|
|
6
|
+
form: a,
|
|
7
|
+
label: n,
|
|
8
8
|
disabled: o,
|
|
9
|
-
localization: { aliasPlaceholder:
|
|
9
|
+
localization: { aliasPlaceholder: d },
|
|
10
10
|
stackProps: m,
|
|
11
|
-
flexProps:
|
|
12
|
-
textInputProps:
|
|
11
|
+
flexProps: s,
|
|
12
|
+
textInputProps: p,
|
|
13
13
|
isCheckingAlias: u,
|
|
14
|
-
previewMode:
|
|
14
|
+
previewMode: e = !1,
|
|
15
15
|
tooltipLabel: h
|
|
16
16
|
}) => {
|
|
17
|
-
const { error: t, ...f } =
|
|
17
|
+
const { error: t, ...f } = a;
|
|
18
18
|
return /* @__PURE__ */ i(x, { gap: 5, ...m, children: [
|
|
19
|
-
|
|
19
|
+
n ? typeof n == "string" ? /* @__PURE__ */ r(c, { fw: 500, fz: "xs", lh: "sm", children: n }) : n : null,
|
|
20
20
|
/* @__PURE__ */ i(
|
|
21
21
|
l,
|
|
22
22
|
{
|
|
23
23
|
px: 12,
|
|
24
24
|
gap: "sm",
|
|
25
|
-
...
|
|
25
|
+
...s,
|
|
26
26
|
style: {
|
|
27
27
|
border: `1px solid ${t ? "var(--mantine-color-error)" : "var(--mantine-color-default-border)"}`,
|
|
28
28
|
borderRadius: "var(--mantine-radius-default)",
|
|
@@ -30,8 +30,8 @@ const H = ({
|
|
|
30
30
|
background: o ? "var(--mantine-color-disabled)" : void 0,
|
|
31
31
|
opacity: o ? 0.6 : 1,
|
|
32
32
|
overflow: "hidden",
|
|
33
|
-
cursor: o ? "not-allowed" :
|
|
34
|
-
...
|
|
33
|
+
cursor: o ? "not-allowed" : e ? "pointer" : void 0,
|
|
34
|
+
...s?.style
|
|
35
35
|
},
|
|
36
36
|
children: [
|
|
37
37
|
/* @__PURE__ */ i(l, { gap: 0, flex: 1, align: "center", children: [
|
|
@@ -49,25 +49,26 @@ const H = ({
|
|
|
49
49
|
y,
|
|
50
50
|
{
|
|
51
51
|
w: "100%",
|
|
52
|
-
placeholder:
|
|
52
|
+
placeholder: d,
|
|
53
53
|
variant: "unstyled",
|
|
54
54
|
leftSectionWidth: "auto",
|
|
55
55
|
maxLength: 50,
|
|
56
56
|
disabled: o,
|
|
57
|
+
readOnly: !a.onChange,
|
|
57
58
|
rightSection: u ? /* @__PURE__ */ r(w, { size: 14 }) : void 0,
|
|
58
59
|
...f,
|
|
59
|
-
...
|
|
60
|
+
...p,
|
|
60
61
|
styles: {
|
|
61
62
|
input: {
|
|
62
|
-
pointerEvents:
|
|
63
|
+
pointerEvents: e ? "none" : void 0,
|
|
63
64
|
cursor: o ? "not-allowed" : void 0
|
|
64
65
|
},
|
|
65
|
-
...
|
|
66
|
+
...p?.styles
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
)
|
|
69
70
|
] }),
|
|
70
|
-
|
|
71
|
+
e && /* @__PURE__ */ r(z, { w: 20, h: 20, children: /* @__PURE__ */ r(L, { label: h || d, children: /* @__PURE__ */ r(v, { size: 20, color: "gray", icon: g }) }) })
|
|
71
72
|
]
|
|
72
73
|
}
|
|
73
74
|
),
|
|
@@ -75,5 +76,5 @@ const H = ({
|
|
|
75
76
|
] });
|
|
76
77
|
};
|
|
77
78
|
export {
|
|
78
|
-
|
|
79
|
+
C as AliasTextInput
|
|
79
80
|
};
|
|
@@ -11,8 +11,8 @@ import E from "./components/NavbarContent.js";
|
|
|
11
11
|
import { RightSidebar as O } from "./components/RightSidebar.js";
|
|
12
12
|
import { ToolSidebar as $ } from "./components/ToolSidebar.js";
|
|
13
13
|
import { ToolbarNewButton as F } from "./components/ToolbarNewButton.js";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
14
|
+
import { useAppContainerDataStore as K } from "./hooks/useAppContainerDataStore.js";
|
|
15
|
+
import { appContainerStore as Q } from "./hooks/useAppContainerStore.js";
|
|
16
16
|
const R = ({
|
|
17
17
|
header: l,
|
|
18
18
|
content: h,
|
|
@@ -27,7 +27,7 @@ const R = ({
|
|
|
27
27
|
headerBorderless: b = !1,
|
|
28
28
|
withBg: x = !1
|
|
29
29
|
}) => {
|
|
30
|
-
const { toolbarWidth: w, rightbarWidth: C, layout: p } =
|
|
30
|
+
const { toolbarWidth: w, rightbarWidth: C, layout: p } = Q.useStore(), g = K((v) => v.user), a = H(g.mode, "DESKTOP"), { setColorScheme: s } = j(), t = M("theme");
|
|
31
31
|
T(() => {
|
|
32
32
|
!a && (t === "dark" || t === "light") && s(t);
|
|
33
33
|
}, [t, s, a]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_toolTitleInput_12w1k_37", n = "_appSidebarButton_12w1k_67", o = "_slideContainer_12w1k_109", e = "_slideContent_12w1k_121", i = "_main_12w1k_151", s = {
|
|
2
2
|
toolTitleInput: t,
|
|
3
3
|
appSidebarButton: n,
|
|
4
4
|
slideContainer: o,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSidebarButton.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/AppSidebarButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAMtD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"AppSidebarButton.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/AppSidebarButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAMtD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;CAC7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,kHAqC3B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as c } from "react";
|
|
3
|
-
import { Stack as p, ActionIcon as
|
|
3
|
+
import { Stack as p, ActionIcon as s, Text as l } from "@mantine/core";
|
|
4
4
|
import d from "../AppContainer.module.css.js";
|
|
5
5
|
const h = c(({ title: r, icon: a, active: e, onClick: o }, i) => /* @__PURE__ */ n(
|
|
6
6
|
p,
|
|
@@ -12,7 +12,7 @@ const h = c(({ title: r, icon: a, active: e, onClick: o }, i) => /* @__PURE__ */
|
|
|
12
12
|
onClick: o,
|
|
13
13
|
children: [
|
|
14
14
|
/* @__PURE__ */ t(
|
|
15
|
-
|
|
15
|
+
s,
|
|
16
16
|
{
|
|
17
17
|
size: "lg",
|
|
18
18
|
variant: "subtle",
|
|
@@ -22,8 +22,8 @@ const h = c(({ title: r, icon: a, active: e, onClick: o }, i) => /* @__PURE__ */
|
|
|
22
22
|
children: a
|
|
23
23
|
}
|
|
24
24
|
),
|
|
25
|
-
/* @__PURE__ */ t(
|
|
26
|
-
|
|
25
|
+
r && /* @__PURE__ */ t(
|
|
26
|
+
l,
|
|
27
27
|
{
|
|
28
28
|
fz: 10,
|
|
29
29
|
fw: 500,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppsSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/AppContainer/components/AppsSidebar/AppsSection.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW,+
|
|
1
|
+
{"version":3,"file":"AppsSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/AppContainer/components/AppsSidebar/AppsSection.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW,+CAsDvB,CAAC"}
|
|
@@ -1,52 +1,60 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useTranslation as
|
|
3
|
-
import { matchPath as
|
|
4
|
-
import { More01Icon as
|
|
5
|
-
import { HugeiconsIcon as
|
|
6
|
-
import { ScrollArea as
|
|
1
|
+
import { jsx as o, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation as h } from "react-i18next";
|
|
3
|
+
import { matchPath as f } from "react-router-dom";
|
|
4
|
+
import { More01Icon as u } from "@hugeicons/core-free-icons";
|
|
5
|
+
import { HugeiconsIcon as b } from "@hugeicons/react";
|
|
6
|
+
import { ScrollArea as g, Stack as w, Tooltip as a, Menu as e } from "@mantine/core";
|
|
7
7
|
import { useAppContainerDataStore as S } from "../../hooks/useAppContainerDataStore.js";
|
|
8
|
-
import { appContainerStore as
|
|
9
|
-
import { AppSidebarButton as
|
|
10
|
-
import { MoreMenu as
|
|
11
|
-
const
|
|
12
|
-
const { t:
|
|
13
|
-
return /* @__PURE__ */
|
|
14
|
-
|
|
8
|
+
import { appContainerStore as A } from "../../hooks/useAppContainerStore.js";
|
|
9
|
+
import { AppSidebarButton as p } from "../AppSidebarButton.js";
|
|
10
|
+
import { MoreMenu as C } from "../menus/MoreMenu.js";
|
|
11
|
+
const z = () => {
|
|
12
|
+
const { t: n } = h("appContainer"), { hiddenTools: s } = A.useStore(), { tools: t, publicMode: c, navbarDisplayFormat: m } = S(), r = m === "iconsAndLabels";
|
|
13
|
+
return /* @__PURE__ */ o(
|
|
14
|
+
g,
|
|
15
15
|
{
|
|
16
16
|
w: "var(--apps-sidebar-width)",
|
|
17
17
|
style: { borderTop: "1px solid var(--app-shell-border)" },
|
|
18
18
|
py: 8,
|
|
19
|
-
children: /* @__PURE__ */
|
|
20
|
-
|
|
21
|
-
const
|
|
22
|
-
{ path:
|
|
19
|
+
children: /* @__PURE__ */ l(w, { gap: 8, align: "center", children: [
|
|
20
|
+
t?.filter((i) => !s.includes(i.id))?.map((i) => {
|
|
21
|
+
const d = !!f(
|
|
22
|
+
{ path: i.path, end: !1 },
|
|
23
23
|
window.location.pathname
|
|
24
24
|
);
|
|
25
|
-
return /* @__PURE__ */
|
|
26
|
-
|
|
25
|
+
return /* @__PURE__ */ o(
|
|
26
|
+
a,
|
|
27
27
|
{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
label: i.name,
|
|
29
|
+
position: "right",
|
|
30
|
+
disabled: r,
|
|
31
|
+
children: /* @__PURE__ */ o(
|
|
32
|
+
p,
|
|
33
|
+
{
|
|
34
|
+
title: r ? i.name : null,
|
|
35
|
+
icon: i.icon(),
|
|
36
|
+
active: d,
|
|
37
|
+
onClick: i.onClick
|
|
38
|
+
}
|
|
39
|
+
)
|
|
32
40
|
},
|
|
33
|
-
|
|
41
|
+
i.id
|
|
34
42
|
);
|
|
35
43
|
}),
|
|
36
|
-
!c &&
|
|
37
|
-
/* @__PURE__ */
|
|
38
|
-
|
|
44
|
+
!c && t.length > 1 && /* @__PURE__ */ l(e, { position: "right", closeOnItemClick: !1, children: [
|
|
45
|
+
/* @__PURE__ */ o(e.Target, { children: /* @__PURE__ */ o(a, { label: n("more"), position: "right", disabled: r, children: /* @__PURE__ */ o(
|
|
46
|
+
p,
|
|
39
47
|
{
|
|
40
|
-
title:
|
|
41
|
-
icon: /* @__PURE__ */
|
|
48
|
+
title: r ? n("more") : null,
|
|
49
|
+
icon: /* @__PURE__ */ o(b, { icon: u, size: 20 })
|
|
42
50
|
}
|
|
43
|
-
) }),
|
|
44
|
-
/* @__PURE__ */
|
|
51
|
+
) }) }),
|
|
52
|
+
/* @__PURE__ */ o(e.Dropdown, { miw: 240, children: /* @__PURE__ */ o(C, {}) })
|
|
45
53
|
] })
|
|
46
54
|
] })
|
|
47
55
|
}
|
|
48
56
|
);
|
|
49
57
|
};
|
|
50
58
|
export {
|
|
51
|
-
|
|
59
|
+
z as AppsSection
|
|
52
60
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/AppContainer/components/AppsSidebar/TopSection.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,UAAU,+
|
|
1
|
+
{"version":3,"file":"TopSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/AppContainer/components/AppsSidebar/TopSection.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,UAAU,+CAgEtB,CAAC"}
|
|
@@ -1,64 +1,72 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useTranslation as
|
|
3
|
-
import { Search01Icon as
|
|
4
|
-
import { HugeiconsIcon as
|
|
5
|
-
import { Stack as
|
|
6
|
-
import { isFeature as
|
|
1
|
+
import { jsxs as p, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation as d } from "react-i18next";
|
|
3
|
+
import { Search01Icon as h, Notification02Icon as f } from "@hugeicons/core-free-icons";
|
|
4
|
+
import { HugeiconsIcon as s } from "@hugeicons/react";
|
|
5
|
+
import { Stack as b, ActionIcon as u, Tooltip as n, Menu as a } from "@mantine/core";
|
|
6
|
+
import { isFeature as v } from "../../../../helpers/feature.js";
|
|
7
7
|
import { openSearchModal as w } from "../../../../store/searchModal.js";
|
|
8
|
-
import { Notification as
|
|
9
|
-
import { WorkspaceAvatar as
|
|
10
|
-
import { WorkspaceMenu as
|
|
11
|
-
import { useAppContainerDataStore as
|
|
12
|
-
import { AppSidebarButton as
|
|
8
|
+
import { Notification as g } from "../../../Notification/Notification.js";
|
|
9
|
+
import { WorkspaceAvatar as k } from "../../../WorkspaceAvatar/WorkspaceAvatar.js";
|
|
10
|
+
import { WorkspaceMenu as y } from "../../../WorkspaceMenu/WorkspaceMenu.js";
|
|
11
|
+
import { useAppContainerDataStore as A } from "../../hooks/useAppContainerDataStore.js";
|
|
12
|
+
import { AppSidebarButton as l } from "../AppSidebarButton.js";
|
|
13
13
|
const W = () => {
|
|
14
|
-
const { t:
|
|
15
|
-
return /* @__PURE__ */
|
|
14
|
+
const { t: i } = d("appContainer"), { workspaceMenu: r, isAnonym: e, publicMode: c, navbarDisplayFormat: m } = A(), t = m === "iconsAndLabels";
|
|
15
|
+
return /* @__PURE__ */ p(b, { gap: 8, align: "center", pb: 8, children: [
|
|
16
16
|
/* @__PURE__ */ o(
|
|
17
|
-
|
|
17
|
+
y,
|
|
18
18
|
{
|
|
19
|
-
...
|
|
20
|
-
isAnonym:
|
|
21
|
-
publicMode:
|
|
19
|
+
...r,
|
|
20
|
+
isAnonym: e,
|
|
21
|
+
publicMode: c,
|
|
22
22
|
children: /* @__PURE__ */ o(
|
|
23
|
-
|
|
23
|
+
u,
|
|
24
24
|
{
|
|
25
25
|
size: "lg",
|
|
26
26
|
variant: "transparent",
|
|
27
27
|
style: { overflow: "visible" },
|
|
28
28
|
children: /* @__PURE__ */ o(
|
|
29
|
-
|
|
29
|
+
n,
|
|
30
30
|
{
|
|
31
|
-
label:
|
|
32
|
-
disabled: !
|
|
31
|
+
label: r.active?.workspaceName,
|
|
32
|
+
disabled: !r.active?.workspaceName,
|
|
33
33
|
openDelay: 400,
|
|
34
34
|
position: "right",
|
|
35
35
|
withArrow: !0,
|
|
36
|
-
children: /* @__PURE__ */ o(
|
|
36
|
+
children: /* @__PURE__ */ o(k, { workspace: r.active, size: 36 })
|
|
37
37
|
}
|
|
38
38
|
)
|
|
39
39
|
}
|
|
40
40
|
)
|
|
41
41
|
}
|
|
42
42
|
),
|
|
43
|
-
!
|
|
44
|
-
|
|
43
|
+
!e && !c && /* @__PURE__ */ o(n, { label: i("search"), position: "right", disabled: t, children: /* @__PURE__ */ o(
|
|
44
|
+
l,
|
|
45
45
|
{
|
|
46
|
-
title:
|
|
47
|
-
icon: /* @__PURE__ */ o(
|
|
46
|
+
title: t ? i("search") : null,
|
|
47
|
+
icon: /* @__PURE__ */ o(s, { icon: h, size: 20 }),
|
|
48
48
|
onClick: () => {
|
|
49
49
|
w();
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
),
|
|
53
|
-
|
|
54
|
-
/* @__PURE__ */ o(
|
|
55
|
-
|
|
52
|
+
) }),
|
|
53
|
+
v() && !e && /* @__PURE__ */ p(a, { position: "right-start", children: [
|
|
54
|
+
/* @__PURE__ */ o(a.Target, { children: /* @__PURE__ */ o(
|
|
55
|
+
n,
|
|
56
56
|
{
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
label: i("activity"),
|
|
58
|
+
position: "right",
|
|
59
|
+
disabled: t,
|
|
60
|
+
children: /* @__PURE__ */ o(
|
|
61
|
+
l,
|
|
62
|
+
{
|
|
63
|
+
title: t ? i("activity") : null,
|
|
64
|
+
icon: /* @__PURE__ */ o(s, { icon: f, size: 20 })
|
|
65
|
+
}
|
|
66
|
+
)
|
|
59
67
|
}
|
|
60
68
|
) }),
|
|
61
|
-
/* @__PURE__ */ o(
|
|
69
|
+
/* @__PURE__ */ o(a.Dropdown, { px: 4, py: 0, w: 440, children: /* @__PURE__ */ o(g, {}) })
|
|
62
70
|
] })
|
|
63
71
|
] });
|
|
64
72
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/AppContainer/components/AppsSidebar/UserSection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/AppContainer/components/AppsSidebar/UserSection.tsx"],"names":[],"mappings":"AAuBA,eAAO,MAAM,WAAW,GAAI,+BAGzB;IACD,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B,4CAqGA,CAAC"}
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useTranslation as
|
|
3
|
-
import { Link as
|
|
4
|
-
import { Delete03Icon as
|
|
5
|
-
import { HugeiconsIcon as
|
|
6
|
-
import { Stack as
|
|
1
|
+
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation as I } from "react-i18next";
|
|
3
|
+
import { Link as v } from "react-router-dom";
|
|
4
|
+
import { Delete03Icon as x, UserAdd02Icon as A, HelpCircleIcon as D } from "@hugeicons/core-free-icons";
|
|
5
|
+
import { HugeiconsIcon as p } from "@hugeicons/react";
|
|
6
|
+
import { Stack as a, Menu as r, Tooltip as t, ActionIcon as z } from "@mantine/core";
|
|
7
7
|
import { IconUserCircle as C } from "@tabler/icons-react";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
import { usePlatform as S } from "../../../../hooks/usePlatform.js";
|
|
9
|
+
import { useTrashModalStore as U, openTrashModal as y, closeTrashModal as L } from "../../../../store/trashModal.js";
|
|
10
|
+
import { useAppContainerDataStore as j } from "../../hooks/useAppContainerDataStore.js";
|
|
11
|
+
import { AppSidebarButton as c } from "../AppSidebarButton.js";
|
|
12
|
+
import { HelpMenu as H } from "../menus/HelpMenu/HelpMenu.js";
|
|
13
|
+
import { MenuUserDropdown as k } from "../menus/UserMenu/MenuUserDropdown.js";
|
|
14
|
+
const W = ({
|
|
15
|
+
trashMenu: u,
|
|
16
|
+
onInviteClick: d
|
|
16
17
|
}) => {
|
|
17
|
-
const { t:
|
|
18
|
-
return /* @__PURE__ */
|
|
19
|
-
|
|
18
|
+
const { t: e } = I("appContainer"), g = S(), { user: h, isAnonym: s, userMenuItems: b, publicMode: w, navbarDisplayFormat: M } = j(), T = U((l) => l.opened), m = !s && !w && h.role !== "mG", f = !s && g.has("inviteUsers") && d, i = M === "iconsAndLabels";
|
|
19
|
+
return /* @__PURE__ */ n(
|
|
20
|
+
a,
|
|
20
21
|
{
|
|
21
22
|
style: { borderTop: "1px solid var(--app-shell-border)" },
|
|
22
23
|
flex: 1,
|
|
@@ -24,63 +25,71 @@ const P = ({
|
|
|
24
25
|
gap: 16,
|
|
25
26
|
align: "center",
|
|
26
27
|
children: [
|
|
27
|
-
/* @__PURE__ */
|
|
28
|
-
|
|
28
|
+
/* @__PURE__ */ n(
|
|
29
|
+
a,
|
|
29
30
|
{
|
|
30
|
-
justify: !
|
|
31
|
+
justify: !m && !f ? "end" : "space-between",
|
|
31
32
|
gap: 8,
|
|
32
33
|
flex: 1,
|
|
33
34
|
children: [
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
m && /* @__PURE__ */ n(
|
|
36
|
+
r,
|
|
36
37
|
{
|
|
37
38
|
position: "right",
|
|
38
39
|
offset: 6,
|
|
39
40
|
width: 360,
|
|
40
|
-
opened:
|
|
41
|
-
onChange: (
|
|
42
|
-
|
|
41
|
+
opened: T,
|
|
42
|
+
onChange: (l) => {
|
|
43
|
+
l ? y() : L();
|
|
43
44
|
},
|
|
44
45
|
children: [
|
|
45
|
-
/* @__PURE__ */ o(
|
|
46
|
-
|
|
46
|
+
/* @__PURE__ */ o(r.Target, { children: /* @__PURE__ */ o(
|
|
47
|
+
t,
|
|
47
48
|
{
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
label: e("trash"),
|
|
50
|
+
position: "right",
|
|
51
|
+
disabled: i,
|
|
52
|
+
children: /* @__PURE__ */ o(
|
|
53
|
+
c,
|
|
54
|
+
{
|
|
55
|
+
title: i ? e("trash") : null,
|
|
56
|
+
icon: /* @__PURE__ */ o(p, { icon: x, size: 20 })
|
|
57
|
+
}
|
|
58
|
+
)
|
|
50
59
|
}
|
|
51
60
|
) }),
|
|
52
|
-
/* @__PURE__ */ o(
|
|
61
|
+
/* @__PURE__ */ o(r.Dropdown, { children: u })
|
|
53
62
|
]
|
|
54
63
|
}
|
|
55
64
|
),
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
|
|
58
|
-
|
|
65
|
+
/* @__PURE__ */ n(a, { gap: 8, children: [
|
|
66
|
+
f && /* @__PURE__ */ o(t, { label: e("invite"), position: "right", disabled: i, children: /* @__PURE__ */ o(
|
|
67
|
+
c,
|
|
59
68
|
{
|
|
60
|
-
title:
|
|
61
|
-
icon: /* @__PURE__ */ o(
|
|
62
|
-
onClick:
|
|
69
|
+
title: i ? e("invite") : null,
|
|
70
|
+
icon: /* @__PURE__ */ o(p, { icon: A, size: 20 }),
|
|
71
|
+
onClick: d
|
|
63
72
|
}
|
|
64
|
-
),
|
|
65
|
-
/* @__PURE__ */ r
|
|
66
|
-
/* @__PURE__ */ o(
|
|
67
|
-
|
|
73
|
+
) }),
|
|
74
|
+
/* @__PURE__ */ n(r, { position: "right-end", offset: 6, width: 260, children: [
|
|
75
|
+
/* @__PURE__ */ o(r.Target, { children: /* @__PURE__ */ o(t, { label: e("help"), position: "right", disabled: i, children: /* @__PURE__ */ o(
|
|
76
|
+
c,
|
|
68
77
|
{
|
|
69
|
-
title:
|
|
70
|
-
icon: /* @__PURE__ */ o(
|
|
78
|
+
title: i ? e("help") : null,
|
|
79
|
+
icon: /* @__PURE__ */ o(p, { icon: D, size: 20 })
|
|
71
80
|
}
|
|
72
|
-
) }),
|
|
73
|
-
/* @__PURE__ */ o(
|
|
81
|
+
) }) }),
|
|
82
|
+
/* @__PURE__ */ o(r.Dropdown, { children: /* @__PURE__ */ o(H, {}) })
|
|
74
83
|
] })
|
|
75
84
|
] })
|
|
76
85
|
]
|
|
77
86
|
}
|
|
78
87
|
),
|
|
79
|
-
|
|
80
|
-
|
|
88
|
+
s ? /* @__PURE__ */ o(v, { to: "/login", children: /* @__PURE__ */ o(t, { label: "Log in", position: "right", children: /* @__PURE__ */ o(z, { size: "lg", variant: "light", children: /* @__PURE__ */ o(C, { size: 20 }) }) }) }) : /* @__PURE__ */ o(
|
|
89
|
+
k,
|
|
81
90
|
{
|
|
82
|
-
user:
|
|
83
|
-
menuItems:
|
|
91
|
+
user: h,
|
|
92
|
+
menuItems: b,
|
|
84
93
|
position: "right-end"
|
|
85
94
|
}
|
|
86
95
|
)
|
|
@@ -89,5 +98,5 @@ const P = ({
|
|
|
89
98
|
);
|
|
90
99
|
};
|
|
91
100
|
export {
|
|
92
|
-
|
|
101
|
+
W as UserSection
|
|
93
102
|
};
|
|
@@ -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":"AAkCA,eAAO,MAAM,QAAQ,+CAqPpB,CAAC"}
|