@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 +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,4CAkFrB,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;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 v } from "@hugeicons/core-free-icons";
3
- import { HugeiconsIcon as g } from "@hugeicons/react";
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 H = ({
6
- form: p,
7
- label: e,
5
+ const C = ({
6
+ form: a,
7
+ label: n,
8
8
  disabled: o,
9
- localization: { aliasPlaceholder: a },
9
+ localization: { aliasPlaceholder: d },
10
10
  stackProps: m,
11
- flexProps: d,
12
- textInputProps: s,
11
+ flexProps: s,
12
+ textInputProps: p,
13
13
  isCheckingAlias: u,
14
- previewMode: n = !1,
14
+ previewMode: e = !1,
15
15
  tooltipLabel: h
16
16
  }) => {
17
- const { error: t, ...f } = p;
17
+ const { error: t, ...f } = a;
18
18
  return /* @__PURE__ */ i(x, { gap: 5, ...m, children: [
19
- e ? typeof e == "string" ? /* @__PURE__ */ r(c, { fw: 500, fz: "xs", lh: "sm", children: e }) : e : null,
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
- ...d,
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" : n ? "pointer" : void 0,
34
- ...d?.style
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: a,
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
- ...s,
60
+ ...p,
60
61
  styles: {
61
62
  input: {
62
- pointerEvents: n ? "none" : void 0,
63
+ pointerEvents: e ? "none" : void 0,
63
64
  cursor: o ? "not-allowed" : void 0
64
65
  },
65
- ...s?.styles
66
+ ...p?.styles
66
67
  }
67
68
  }
68
69
  )
69
70
  ] }),
70
- n && /* @__PURE__ */ r(z, { w: 20, h: 20, children: /* @__PURE__ */ r(L, { label: h || a, children: /* @__PURE__ */ r(g, { size: 20, color: "gray", icon: v }) }) })
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
- H as AliasTextInput
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 { appContainerStore as K } from "./hooks/useAppContainerStore.js";
15
- import { useAppContainerDataStore as Q } from "./hooks/useAppContainerDataStore.js";
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 } = K.useStore(), g = Q((v) => v.user), a = H(g.mode, "DESKTOP"), { setColorScheme: s } = j(), t = M("theme");
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 = "_toolTitleInput_14hbr_19", n = "_appSidebarButton_14hbr_34", o = "_slideContainer_14hbr_55", e = "_slideContent_14hbr_61", i = "_main_14hbr_76", s = {
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,6 +1,6 @@
1
1
  import { MouseEventHandler } from 'react';
2
2
  type AppSidebarButtonProps = {
3
- title: string;
3
+ title?: string | null;
4
4
  icon: React.ReactNode;
5
5
  active?: boolean;
6
6
  onClick?: MouseEventHandler<HTMLDivElement>;
@@ -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;IACd,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,kHAmC3B,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 l, Text as s } from "@mantine/core";
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
- l,
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
- s,
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,+CA8CvB,CAAC"}
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 r, jsxs as t } from "react/jsx-runtime";
2
- import { useTranslation as s } from "react-i18next";
3
- import { matchPath as m } from "react-router-dom";
4
- import { More01Icon as d } from "@hugeicons/core-free-icons";
5
- import { HugeiconsIcon as h } from "@hugeicons/react";
6
- import { ScrollArea as f, Stack as u, Menu as e } from "@mantine/core";
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 g } from "../../hooks/useAppContainerStore.js";
9
- import { AppSidebarButton as n } from "../AppSidebarButton.js";
10
- import { MoreMenu as w } from "../menus/MoreMenu.js";
11
- const y = () => {
12
- const { t: p } = s("appContainer"), { hiddenTools: a } = g.useStore(), { tools: i, publicMode: c } = S();
13
- return /* @__PURE__ */ r(
14
- f,
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__ */ t(u, { gap: 8, align: "center", children: [
20
- i?.filter((o) => !a.includes(o.id))?.map((o) => {
21
- const l = !!m(
22
- { path: o.path, end: !1 },
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__ */ r(
26
- n,
25
+ return /* @__PURE__ */ o(
26
+ a,
27
27
  {
28
- title: o.name,
29
- icon: o.icon(),
30
- active: l,
31
- onClick: o.onClick
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
- o.id
41
+ i.id
34
42
  );
35
43
  }),
36
- !c && i.length > 1 && /* @__PURE__ */ t(e, { position: "right", closeOnItemClick: !1, children: [
37
- /* @__PURE__ */ r(e.Target, { children: /* @__PURE__ */ r(
38
- n,
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: p("more"),
41
- icon: /* @__PURE__ */ r(h, { icon: d, size: 20 })
48
+ title: r ? n("more") : null,
49
+ icon: /* @__PURE__ */ o(b, { icon: u, size: 20 })
42
50
  }
43
- ) }),
44
- /* @__PURE__ */ r(e.Dropdown, { miw: 240, children: /* @__PURE__ */ r(w, {}) })
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
- y as AppsSection
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,+CAsDtB,CAAC"}
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 a, jsx as o } from "react/jsx-runtime";
2
- import { useTranslation as s } from "react-i18next";
3
- import { Search01Icon as m, Notification02Icon as l } from "@hugeicons/core-free-icons";
4
- import { HugeiconsIcon as c } from "@hugeicons/react";
5
- import { Stack as f, ActionIcon as d, Tooltip as h, Menu as t } from "@mantine/core";
6
- import { isFeature as u } from "../../../../helpers/feature.js";
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 k } from "../../../Notification/Notification.js";
9
- import { WorkspaceAvatar as v } from "../../../WorkspaceAvatar/WorkspaceAvatar.js";
10
- import { WorkspaceMenu as g } from "../../../WorkspaceMenu/WorkspaceMenu.js";
11
- import { useAppContainerDataStore as b } from "../../hooks/useAppContainerDataStore.js";
12
- import { AppSidebarButton as p } from "../AppSidebarButton.js";
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: e } = s("appContainer"), { workspaceMenu: i, isAnonym: r, publicMode: n } = b();
15
- return /* @__PURE__ */ a(f, { gap: 8, align: "center", pb: 8, children: [
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
- g,
17
+ y,
18
18
  {
19
- ...i,
20
- isAnonym: r,
21
- publicMode: n,
19
+ ...r,
20
+ isAnonym: e,
21
+ publicMode: c,
22
22
  children: /* @__PURE__ */ o(
23
- d,
23
+ u,
24
24
  {
25
25
  size: "lg",
26
26
  variant: "transparent",
27
27
  style: { overflow: "visible" },
28
28
  children: /* @__PURE__ */ o(
29
- h,
29
+ n,
30
30
  {
31
- label: i.active?.workspaceName,
32
- disabled: !i.active?.workspaceName,
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(v, { workspace: i.active, size: 36 })
36
+ children: /* @__PURE__ */ o(k, { workspace: r.active, size: 36 })
37
37
  }
38
38
  )
39
39
  }
40
40
  )
41
41
  }
42
42
  ),
43
- !r && !n && /* @__PURE__ */ o(
44
- p,
43
+ !e && !c && /* @__PURE__ */ o(n, { label: i("search"), position: "right", disabled: t, children: /* @__PURE__ */ o(
44
+ l,
45
45
  {
46
- title: e("search"),
47
- icon: /* @__PURE__ */ o(c, { icon: m, size: 20 }),
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
- u() && !r && /* @__PURE__ */ a(t, { position: "right-start", children: [
54
- /* @__PURE__ */ o(t.Target, { children: /* @__PURE__ */ o(
55
- p,
52
+ ) }),
53
+ v() && !e && /* @__PURE__ */ p(a, { position: "right-start", children: [
54
+ /* @__PURE__ */ o(a.Target, { children: /* @__PURE__ */ o(
55
+ n,
56
56
  {
57
- title: e("activity"),
58
- icon: /* @__PURE__ */ o(c, { icon: l, size: 20 })
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(t.Dropdown, { px: 4, py: 0, w: 440, children: /* @__PURE__ */ o(k, {}) })
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":"AAsBA,eAAO,MAAM,WAAW,GAAI,+BAGzB;IACD,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B,4CA0FA,CAAC"}
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 r, jsx as o } from "react/jsx-runtime";
2
- import { useTranslation as w } from "react-i18next";
3
- import { Link as I } from "react-router-dom";
4
- import { Delete03Icon as S, UserAdd02Icon as b, HelpCircleIcon as x } from "@hugeicons/core-free-icons";
5
- import { HugeiconsIcon as s } from "@hugeicons/react";
6
- import { Stack as p, Menu as e, Tooltip as z, ActionIcon as A } from "@mantine/core";
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 { useTrashModalStore as D, openTrashModal as U, closeTrashModal as j } from "../../../../store/trashModal.js";
9
- import { useAppContainerDataStore as m } from "../../hooks/useAppContainerDataStore.js";
10
- import { AppSidebarButton as l } from "../AppSidebarButton.js";
11
- import { HelpMenu as v } from "../menus/HelpMenu/HelpMenu.js";
12
- import { MenuUserDropdown as y } from "../menus/UserMenu/MenuUserDropdown.js";
13
- const P = ({
14
- trashMenu: f,
15
- onInviteClick: c
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: n } = w("appContainer"), { user: a, isAnonym: t, userMenuItems: g, publicMode: u } = m(), M = D((i) => i.opened), d = !t && !u && a.role !== "mG", T = m((i) => i.isSaas), h = !t && T && c;
18
- return /* @__PURE__ */ r(
19
- p,
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__ */ r(
28
- p,
28
+ /* @__PURE__ */ n(
29
+ a,
29
30
  {
30
- justify: !d && !h ? "end" : "space-between",
31
+ justify: !m && !f ? "end" : "space-between",
31
32
  gap: 8,
32
33
  flex: 1,
33
34
  children: [
34
- d && /* @__PURE__ */ r(
35
- e,
35
+ m && /* @__PURE__ */ n(
36
+ r,
36
37
  {
37
38
  position: "right",
38
39
  offset: 6,
39
40
  width: 360,
40
- opened: M,
41
- onChange: (i) => {
42
- i ? U() : j();
41
+ opened: T,
42
+ onChange: (l) => {
43
+ l ? y() : L();
43
44
  },
44
45
  children: [
45
- /* @__PURE__ */ o(e.Target, { children: /* @__PURE__ */ o(
46
- l,
46
+ /* @__PURE__ */ o(r.Target, { children: /* @__PURE__ */ o(
47
+ t,
47
48
  {
48
- title: n("trash"),
49
- icon: /* @__PURE__ */ o(s, { icon: S, size: 20 })
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(e.Dropdown, { children: f })
61
+ /* @__PURE__ */ o(r.Dropdown, { children: u })
53
62
  ]
54
63
  }
55
64
  ),
56
- /* @__PURE__ */ r(p, { gap: 8, children: [
57
- h && /* @__PURE__ */ o(
58
- l,
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: n("invite"),
61
- icon: /* @__PURE__ */ o(s, { icon: b, size: 20 }),
62
- onClick: c
69
+ title: i ? e("invite") : null,
70
+ icon: /* @__PURE__ */ o(p, { icon: A, size: 20 }),
71
+ onClick: d
63
72
  }
64
- ),
65
- /* @__PURE__ */ r(e, { position: "right-end", offset: 6, width: 260, children: [
66
- /* @__PURE__ */ o(e.Target, { children: /* @__PURE__ */ o(
67
- l,
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: n("help"),
70
- icon: /* @__PURE__ */ o(s, { icon: x, size: 20 })
78
+ title: i ? e("help") : null,
79
+ icon: /* @__PURE__ */ o(p, { icon: D, size: 20 })
71
80
  }
72
- ) }),
73
- /* @__PURE__ */ o(e.Dropdown, { children: /* @__PURE__ */ o(v, {}) })
81
+ ) }) }),
82
+ /* @__PURE__ */ o(r.Dropdown, { children: /* @__PURE__ */ o(H, {}) })
74
83
  ] })
75
84
  ] })
76
85
  ]
77
86
  }
78
87
  ),
79
- t ? /* @__PURE__ */ o(I, { to: "/login", children: /* @__PURE__ */ o(z, { label: "Log in", position: "right", children: /* @__PURE__ */ o(A, { size: "lg", variant: "light", children: /* @__PURE__ */ o(C, { size: 20 }) }) }) }) : /* @__PURE__ */ o(
80
- y,
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: a,
83
- menuItems: g,
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
- P as UserSection
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":"AAkBA,eAAO,MAAM,QAAQ,+CAuHpB,CAAC"}
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"}