@layers-app/shared 0.2.6 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/dist/assets/svg/socials/instagram.svg.js +3 -3
  2. package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
  3. package/dist/components/AliasTextInput/AliasTextInput.js +21 -20
  4. package/dist/components/AppContainer/AppContainer.js +3 -3
  5. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  6. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
  7. package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
  8. package/dist/components/AppContainer/components/AppSidebarButton.js +4 -4
  9. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +40 -32
  11. package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
  12. package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +41 -33
  13. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  14. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +58 -49
  15. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  16. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +151 -51
  17. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  18. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
  19. package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
  20. package/dist/components/AppContainer/hooks/useAppContainer.js +46 -43
  21. package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
  22. package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +4 -3
  23. package/dist/components/AppContainer/types.d.ts +2 -1
  24. package/dist/components/AppContainer/types.d.ts.map +1 -1
  25. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  26. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  27. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
  28. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  29. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  30. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  31. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  32. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  33. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  34. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  35. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  36. package/dist/components/EmojiPicker/EmojiPicker.js +28 -29
  37. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  38. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  39. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  40. package/dist/components/FeatureProgress/FeatureProgress.d.ts +11 -0
  41. package/dist/components/FeatureProgress/FeatureProgress.d.ts.map +1 -0
  42. package/dist/components/FeatureProgress/FeatureProgress.js +148 -0
  43. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +81 -0
  44. package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts +2 -0
  45. package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts.map +1 -0
  46. package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.js +88 -0
  47. package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts +9 -0
  48. package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts.map +1 -0
  49. package/dist/components/FeatureProgress/FeatureProgressCompleteModal.js +35 -0
  50. package/dist/components/FeatureProgress/constants.d.ts +4 -0
  51. package/dist/components/FeatureProgress/constants.d.ts.map +1 -0
  52. package/dist/components/FeatureProgress/constants.js +4 -0
  53. package/dist/components/FeatureProgress/index.d.ts +3 -0
  54. package/dist/components/FeatureProgress/index.d.ts.map +1 -0
  55. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  56. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  57. package/dist/components/FilePicker/FilePicker.js +247 -229
  58. package/dist/components/FilePicker/FilePicker.module.css.js +12 -10
  59. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  60. package/dist/components/FilePicker/FilePickerGallery.js +59 -33
  61. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  62. package/dist/components/FilePicker/FilePickerGiphy.js +38 -38
  63. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  64. package/dist/components/FilePicker/FilePickerLink.js +18 -15
  65. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  66. package/dist/components/FilePicker/FilePickerUnsplash.js +39 -39
  67. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  68. package/dist/components/FilePicker/FilePickerUpload.js +51 -35
  69. package/dist/components/FilePicker/api/giphyApi.js +10 -10
  70. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  71. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  72. package/dist/components/FilePicker/coverCollections.js +164 -0
  73. package/dist/components/FilePicker/index.d.ts +1 -0
  74. package/dist/components/FilePicker/index.d.ts.map +1 -1
  75. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  76. package/dist/components/FormViewer/components/OneSlideLayput.js +39 -37
  77. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  78. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  79. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  80. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +42 -42
  81. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  82. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  83. package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts.map +1 -1
  84. package/dist/components/FormViewer/hooks/useCreateFormContext.js +10 -10
  85. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  86. package/dist/components/FormViewer/store/formStoreApi.js +13 -13
  87. package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -1
  88. package/dist/components/ImageCropper/ImageCropper.js +185 -183
  89. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  90. package/dist/components/ImageCropper/index.d.ts +1 -1
  91. package/dist/components/ImageCropper/index.d.ts.map +1 -1
  92. package/dist/components/ImageCropper/useCropInteraction.d.ts.map +1 -1
  93. package/dist/components/ImageCropper/useCropInteraction.js +13 -2
  94. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
  95. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +7 -7
  96. package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts +1 -1
  97. package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts.map +1 -1
  98. package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js +3 -1
  99. package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts +1 -1
  100. package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts.map +1 -1
  101. package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.js +3 -1
  102. package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
  103. package/dist/components/LanguagePicker/LanguagePicker.js +45 -35
  104. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +6 -4
  105. package/dist/components/Loaders/styles.module.css.js +6 -6
  106. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  107. package/dist/components/MediaLibrary/MediaLibraryRow.d.ts.map +1 -1
  108. package/dist/components/MediaLibrary/MediaLibraryRow.js +16 -4
  109. package/dist/components/NavMenu/NavMenu.d.ts +2 -1
  110. package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
  111. package/dist/components/NavMenu/NavMenu.module.css.js +16 -16
  112. package/dist/components/NavMenu/components/NavMenuItem.d.ts +2 -1
  113. package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
  114. package/dist/components/NavMenu/components/NavMenuItem.js +128 -106
  115. package/dist/components/NavMenu/types.d.ts +1 -0
  116. package/dist/components/NavMenu/types.d.ts.map +1 -1
  117. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  118. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  119. package/dist/components/Notification/Notification.module.css.js +1 -1
  120. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  121. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  122. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  123. package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts +17 -0
  124. package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts.map +1 -0
  125. package/dist/components/OnboardingTour/OnboardingTourFooter.js +40 -0
  126. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +13 -0
  127. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -0
  128. package/dist/components/OnboardingTour/OnboardingTourWrapper.js +164 -0
  129. package/dist/components/OnboardingTour/index.d.ts +4 -0
  130. package/dist/components/OnboardingTour/index.d.ts.map +1 -0
  131. package/dist/components/OnboardingTour/useOnboardingTour.d.ts +14 -0
  132. package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -0
  133. package/dist/components/OnboardingTour/useOnboardingTour.js +50 -0
  134. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  135. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  136. package/dist/components/SocialLinkRow/index.d.ts.map +1 -1
  137. package/dist/components/SocialLinkRow/index.js +80 -58
  138. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  139. package/dist/components/TimezonePicker/index.d.ts.map +1 -1
  140. package/dist/components/TimezonePicker/index.js +42 -41
  141. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  142. package/dist/components/UserAvatar/index.js +11 -10
  143. package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
  144. package/dist/components/WorkspaceMenu/WorkspaceItem.js +21 -21
  145. package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
  146. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +74 -74
  147. package/dist/components/table/FrontTable.d.ts.map +1 -1
  148. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  149. package/dist/helpers/getFileIcons.js +1 -1
  150. package/dist/helpers/getFileType.d.ts +1 -1
  151. package/dist/helpers/getFileType.d.ts.map +1 -1
  152. package/dist/helpers/platform.d.ts +14 -0
  153. package/dist/helpers/platform.d.ts.map +1 -0
  154. package/dist/helpers/platform.js +33 -0
  155. package/dist/helpers/showFeatureFeedback.d.ts +16 -0
  156. package/dist/helpers/showFeatureFeedback.d.ts.map +1 -0
  157. package/dist/helpers/showFeatureFeedback.js +109 -0
  158. package/dist/helpers/showFeatureFeedback.module.css.js +9 -0
  159. package/dist/helpers/showNotifications.d.ts.map +1 -1
  160. package/dist/helpers/showNotifications.js +81 -113
  161. package/dist/helpers/showNotifications.module.css.js +10 -10
  162. package/dist/hooks/useFeatureFeedback.d.ts +23 -0
  163. package/dist/hooks/useFeatureFeedback.d.ts.map +1 -0
  164. package/dist/hooks/useFeatureFeedback.js +45 -0
  165. package/dist/hooks/usePlatform.d.ts +3 -0
  166. package/dist/hooks/usePlatform.d.ts.map +1 -0
  167. package/dist/hooks/usePlatform.js +10 -0
  168. package/dist/index.css +1 -1
  169. package/dist/index.d.ts +8 -0
  170. package/dist/index.d.ts.map +1 -1
  171. package/dist/index.js +373 -334
  172. package/dist/lang/locales/ui_en.json.js +15 -15
  173. package/dist/lang/locales/ui_es.json.js +13 -13
  174. package/dist/lang/locales/ui_ru.json.js +12 -12
  175. package/dist/lib/contentImport/lexicalSerializer.js +59 -47
  176. package/dist/lib/contentImport/utils.d.ts.map +1 -1
  177. package/dist/lib/layersVisitData.d.ts +13 -0
  178. package/dist/lib/layersVisitData.d.ts.map +1 -0
  179. package/dist/lib/layersVisitData.js +37 -0
  180. package/dist/store/featureProgress.d.ts +39 -0
  181. package/dist/store/featureProgress.d.ts.map +1 -0
  182. package/dist/store/featureProgress.js +68 -0
  183. package/dist/store/plansModal.d.ts.map +1 -1
  184. package/dist/store/plansModal.js +8 -6
  185. package/docs/README.md +499 -499
  186. package/package.json +78 -74
@@ -1,32 +1,73 @@
1
- import { jsxs as o, jsx as e, Fragment as d } from "react/jsx-runtime";
2
- import { useTranslation as g } from "react-i18next";
3
- import { DiscountTag02Icon as f, CustomerSupportIcon as u, Layers01Icon as S, BookOpen01Icon as b, LicenseIcon as I } from "@hugeicons/core-free-icons";
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 w, Button as r, Menu as i, Text as v } from "@mantine/core";
6
- import k from "../../../../../assets/svg/discord-icon.svg.js";
7
- import y from "../../../../../assets/svg/telegram-icon.svg.js";
8
- import D from "../../../../../assets/svg/whatsapp-icon.svg.js";
9
- import { useAppContainerDataStore as z } from "../../../hooks/useAppContainerDataStore.js";
10
- import { WhatsNew as j } from "./WhatsNew.js";
11
- const B = () => {
12
- const { t } = g("helpMenu"), {
13
- showMessenger: s,
14
- showNewMessage: a,
15
- version: m,
16
- updatedAt: l,
17
- privacyPolicyLink: p,
18
- userAgreementLink: h,
19
- whatsNewItems: c
20
- } = z();
21
- return /* @__PURE__ */ o(w, { gap: 6, p: 4, children: [
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
- r,
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(D, { width: 16, height: 16 }),
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
- r,
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(y, { width: 16, height: 16 }),
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
- r,
92
+ h,
52
93
  {
53
94
  component: "a",
54
95
  href: "https://discord.gg/mEd2PbchRD",
55
96
  target: "_blank",
56
- bg: "indigo.5",
57
- leftSection: /* @__PURE__ */ e(k, { width: 16, height: 16 }),
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(i.Divider, {}),
105
+ /* @__PURE__ */ e(o.Divider, {}),
65
106
  /* @__PURE__ */ e(
66
- i.Item,
107
+ o.Item,
67
108
  {
68
109
  onClick: () => {
69
- s(), a(t("contactSalesMessage"));
110
+ f(), b(t("contactSalesMessage"));
70
111
  },
71
- leftSection: /* @__PURE__ */ e(n, { icon: f, size: 16 }),
112
+ leftSection: /* @__PURE__ */ e(n, { icon: R, size: 16 }),
72
113
  children: t("contactSales")
73
114
  }
74
115
  ),
75
116
  /* @__PURE__ */ e(
76
- i.Item,
117
+ o.Item,
77
118
  {
78
- onClick: s,
79
- leftSection: /* @__PURE__ */ e(n, { icon: u, size: 16 }),
119
+ onClick: f,
120
+ leftSection: /* @__PURE__ */ e(n, { icon: $, size: 16 }),
80
121
  children: t("getSupport")
81
122
  }
82
123
  ),
83
- /* @__PURE__ */ e(i.Divider, {}),
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
- i.Item,
185
+ o.Item,
86
186
  {
87
- leftSection: /* @__PURE__ */ e(n, { icon: S, size: 16 }),
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
- i.Item,
195
+ o.Item,
96
196
  {
97
197
  variant: "outline",
98
198
  component: "a",
99
199
  target: "_blank",
100
- href: h,
101
- leftSection: /* @__PURE__ */ e(n, { icon: b, size: 16 }),
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
- i.Item,
206
+ o.Item,
107
207
  {
108
208
  variant: "outline",
109
209
  component: "a",
110
210
  target: "_blank",
111
- href: p,
112
- leftSection: /* @__PURE__ */ e(n, { icon: I, size: 16 }),
211
+ href: D,
212
+ leftSection: /* @__PURE__ */ e(n, { icon: W, size: 16 }),
113
213
  children: t("termsAndPrivacy")
114
214
  }
115
215
  ),
116
- /* @__PURE__ */ e(i.Divider, {}),
117
- !!c?.length && /* @__PURE__ */ o(d, { children: [
118
- /* @__PURE__ */ e(j, { items: c }),
119
- /* @__PURE__ */ e(i.Divider, {})
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__ */ o(v, { size: "xs", c: "dimmed", children: [
221
+ /* @__PURE__ */ s(I, { size: "xs", c: "dimmed", children: [
122
222
  t("updated"),
123
223
  " ",
124
- l,
224
+ z,
125
225
  /* @__PURE__ */ e("br", {}),
126
226
  "Layers v",
127
- m,
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
- B as HelpMenu
236
+ ve as HelpMenu
137
237
  };
@@ -1,4 +1,4 @@
1
- const t = "_dot_h8jhb_1", o = "_line_h8jhb_9", e = {
1
+ const t = "_dot_w7tk6_1", o = "_line_w7tk6_17", e = {
2
2
  dot: t,
3
3
  line: o
4
4
  };
@@ -1,3 +1,3 @@
1
1
  import { AppContainerActionsStore, AppContainerDataStore } from '../types';
2
- export declare const useAppContainer: ({ user, workspaceMenu, tools, userMenuItems, notifications, isAnonym, isSaas, readNotificationsFunc, publicMode, showMessenger, showNewMessage, version, updatedAt, privacyPolicyLink, userAgreementLink, whatsNewItems, }: AppContainerDataStore & AppContainerActionsStore) => void;
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,4NAiB7B,qBAAqB,GAAG,wBAAwB,SAwClD,CAAC"}
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 G } from "react";
2
- import { useAppContainerActionsStore as H } from "./useAppContainerActionsStore.js";
3
- import { useAppContainerDataStore as J } from "./useAppContainerDataStore.js";
4
- const R = ({
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: r,
9
- notifications: C,
10
- isAnonym: S,
11
- isSaas: m,
12
- readNotificationsFunc: o,
13
- publicMode: x,
14
- showMessenger: A,
15
- showNewMessage: D,
16
- version: E,
17
- updatedAt: j,
18
- privacyPolicyLink: q,
19
- userAgreementLink: z,
20
- whatsNewItems: B
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
- G(() => {
23
- J.setState({
23
+ H(() => {
24
+ K.setState({
24
25
  user: t,
25
26
  workspaceMenu: p,
27
+ getFirstPageLink: S,
26
28
  tools: f,
27
- userMenuItems: r,
28
- notifications: C,
29
- isAnonym: S,
30
- isSaas: m,
31
- publicMode: x,
32
- showMessenger: A,
33
- showNewMessage: D,
34
- version: E,
35
- updatedAt: j,
36
- privacyPolicyLink: q,
37
- userAgreementLink: z,
38
- whatsNewItems: B
39
- }), H.setState({
40
- readNotificationsFunc: o
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
- D,
48
+ x,
49
+ E,
50
+ j,
50
51
  f,
51
52
  t,
52
- r,
53
+ C,
53
54
  p,
54
- E,
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
- R as useAppContainer
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,oFA+BlC,CAAC"}
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 a = e(() => ({
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
- a as useAppContainerDataStore
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":"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"}
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 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,
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
- t as header,
12
+ e as header,
13
13
  _ as leftSidebar,
14
14
  r as main,
15
15
  n as rightSidebar,
16
- e as root,
16
+ t as root,
17
17
  o as section,
18
18
  i as workContent
19
19
  };
@@ -1,7 +1,7 @@
1
- const e = {
2
- "vod-player": "_vod-player_be6om_1",
3
- "vod-player__player": "_vod-player__player_be6om_13"
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
- e as default
6
+ a as default
7
7
  };
@@ -1,29 +1,29 @@
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 = {
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: i,
7
+ navButton: s,
8
+ navButtonPrev: _,
9
9
  navButtonNext: r,
10
- modalContent: c,
11
- modalBody: s,
12
- videoContainer: l,
13
- imageContainer: u
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
- d as default,
21
- u as imageContainer,
22
- s as modalBody,
23
- c as modalContent,
24
- _ as navButton,
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
- i as navButtonPrev,
26
+ _ as navButtonPrev,
27
27
  t as root,
28
- l as videoContainer
28
+ i as videoContainer
29
29
  };
@@ -1,4 +1,4 @@
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 = {
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 = "_wrapper_1y9p0_1", s = "_logo_1y9p0_8", p = "_desktop_1y9p0_23", _ = "_shadow_1y9p0_37", t = "_desktopShadow_1y9p0_50", d = {
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: p,
5
- shadow: _,
6
- desktopShadow: t
4
+ desktop: _,
5
+ shadow: t,
6
+ desktopShadow: d
7
7
  };
8
8
  export {
9
- d as default,
10
- p as desktop,
11
- t as desktopShadow,
9
+ p as default,
10
+ _ as desktop,
11
+ d as desktopShadow,
12
12
  s as logo,
13
- _ as shadow,
13
+ t as shadow,
14
14
  o as wrapper
15
15
  };
@@ -1,4 +1,4 @@
1
- const o = "_accordionRoot_3pkfo_1", c = "_accordionControl_3pkfo_5", n = "_accordionItem_3pkfo_9", t = {
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 = "_commentComposerWrapper_1mv8w_1", e = "_commentComposerFloat_1mv8w_68", r = "_composerContainer_1mv8w_97", t = "_editorWrapper_1mv8w_113", m = "_editMode_1mv8w_181", p = {
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: m
6
+ editMode: p
7
7
  };
8
8
  export {
9
9
  e as commentComposerFloat,
10
10
  o as commentComposerWrapper,
11
11
  r as composerContainer,
12
- p as default,
13
- m as editMode,
12
+ m as default,
13
+ p as editMode,
14
14
  t as editorWrapper
15
15
  };
@@ -1,4 +1,4 @@
1
- const s = "_section_s7rqu_1", t = {
1
+ const s = "_section_6nzxb_1", t = {
2
2
  section: s
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const r = "_brandingWrapper_vvk0o_1", a = {
1
+ const r = "_brandingWrapper_ag0no_1", a = {
2
2
  brandingWrapper: r
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const o = "_root_195do_1", t = {
1
+ const o = "_root_122b9_1", t = {
2
2
  root: o
3
3
  };
4
4
  export {