@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.
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 +75 -74
@@ -1,51 +1,51 @@
1
- const e = "_container_z996o_1", n = "_image_z996o_12", o = "_overlay_z996o_19", _ = "_circularOverlay_z996o_25", d = "_cropArea_z996o_33", a = "_dashedBorder_z996o_39", l = "_edgeLine_z996o_46", r = "_edgeLineTop_z996o_52", c = "_edgeLineBottom_z996o_60", t = "_edgeLineLeft_z996o_68", s = "_edgeLineRight_z996o_76", h = "_cornerHandle_z996o_84", g = "_cornerHandleArm_z996o_92", i = "_handleNW_z996o_107", z = "_handleNE_z996o_123", L = "_handleSW_z996o_139", H = "_handleSE_z996o_156", m = "_edgeHandle_z996o_172", B = "_edgeHandleBar_z996o_181", E = "_handleN_z996o_107", N = "_handleS_z996o_139", S = "_handleE_z996o_213", W = "_handleW_z996o_227", p = {
1
+ const e = "_container_wajah_1", a = "_image_wajah_23", n = "_overlay_wajah_37", _ = "_circularOverlay_wajah_49", d = "_cropArea_wajah_65", h = "_dashedBorder_wajah_77", o = "_edgeLine_wajah_91", l = "_edgeLineTop_wajah_103", r = "_edgeLineBottom_wajah_119", c = "_edgeLineLeft_wajah_135", t = "_edgeLineRight_wajah_151", s = "_cornerHandle_wajah_167", g = "_cornerHandleArm_wajah_183", i = "_handleNW_wajah_213", j = "_handleNE_wajah_245", w = "_handleSW_wajah_277", L = "_handleSE_wajah_311", H = "_edgeHandle_wajah_343", m = "_edgeHandleBar_wajah_361", B = "_handleN_wajah_213", E = "_handleS_wajah_277", N = "_handleE_wajah_425", S = "_handleW_wajah_453", W = {
2
2
  container: e,
3
- image: n,
4
- overlay: o,
3
+ image: a,
4
+ overlay: n,
5
5
  circularOverlay: _,
6
6
  cropArea: d,
7
- dashedBorder: a,
8
- edgeLine: l,
9
- edgeLineTop: r,
10
- edgeLineBottom: c,
11
- edgeLineLeft: t,
12
- edgeLineRight: s,
13
- cornerHandle: h,
7
+ dashedBorder: h,
8
+ edgeLine: o,
9
+ edgeLineTop: l,
10
+ edgeLineBottom: r,
11
+ edgeLineLeft: c,
12
+ edgeLineRight: t,
13
+ cornerHandle: s,
14
14
  cornerHandleArm: g,
15
15
  handleNW: i,
16
- handleNE: z,
17
- handleSW: L,
18
- handleSE: H,
19
- edgeHandle: m,
20
- edgeHandleBar: B,
21
- handleN: E,
22
- handleS: N,
23
- handleE: S,
24
- handleW: W
16
+ handleNE: j,
17
+ handleSW: w,
18
+ handleSE: L,
19
+ edgeHandle: H,
20
+ edgeHandleBar: m,
21
+ handleN: B,
22
+ handleS: E,
23
+ handleE: N,
24
+ handleW: S
25
25
  };
26
26
  export {
27
27
  _ as circularOverlay,
28
28
  e as container,
29
- h as cornerHandle,
29
+ s as cornerHandle,
30
30
  g as cornerHandleArm,
31
31
  d as cropArea,
32
- a as dashedBorder,
33
- p as default,
34
- m as edgeHandle,
35
- B as edgeHandleBar,
36
- l as edgeLine,
37
- c as edgeLineBottom,
38
- t as edgeLineLeft,
39
- s as edgeLineRight,
40
- r as edgeLineTop,
41
- S as handleE,
42
- E as handleN,
43
- z as handleNE,
32
+ h as dashedBorder,
33
+ W as default,
34
+ H as edgeHandle,
35
+ m as edgeHandleBar,
36
+ o as edgeLine,
37
+ r as edgeLineBottom,
38
+ c as edgeLineLeft,
39
+ t as edgeLineRight,
40
+ l as edgeLineTop,
41
+ N as handleE,
42
+ B as handleN,
43
+ j as handleNE,
44
44
  i as handleNW,
45
- N as handleS,
46
- H as handleSE,
47
- L as handleSW,
48
- W as handleW,
49
- n as image,
50
- o as overlay
45
+ E as handleS,
46
+ L as handleSE,
47
+ w as handleSW,
48
+ S as handleW,
49
+ a as image,
50
+ n as overlay
51
51
  };
@@ -1,4 +1,4 @@
1
- export { ImageCropper, type ImageCropperProps, type CropData } from './ImageCropper';
1
+ export { ImageCropper, type ImageCropperProps, type CropData, } from './ImageCropper';
2
2
  export { useCropInteraction } from './useCropInteraction';
3
3
  export { cropImage } from './cropUtils';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ImageCropper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ImageCropper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,KAAK,iBAAiB,EACtB,KAAK,QAAQ,GACd,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCropInteraction.d.ts","sourceRoot":"","sources":["../../../src/components/ImageCropper/useCropInteraction.ts"],"names":[],"mappings":"AAOA,UAAU,UAAU;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,KAAK,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAErD,UAAU,yBAAyB;IACjC,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;CAC1C;AAED,UAAU,wBAAwB;IAChC,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IACtE,qBAAqB,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;CAClH;AAED,eAAO,MAAM,kBAAkB,GAAI,qEAMhC,yBAAyB,KAAG,wBAwJ9B,CAAC"}
1
+ {"version":3,"file":"useCropInteraction.d.ts","sourceRoot":"","sources":["../../../src/components/ImageCropper/useCropInteraction.ts"],"names":[],"mappings":"AAOA,UAAU,UAAU;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,KAAK,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAErD,UAAU,yBAAyB;IACjC,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;CAC1C;AAED,UAAU,wBAAwB;IAChC,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IACtE,qBAAqB,EAAE,CACrB,MAAM,EAAE,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,KAChC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;CACvD;AAED,eAAO,MAAM,kBAAkB,GAAI,qEAMhC,yBAAyB,KAAG,wBAmK9B,CAAC"}
@@ -27,7 +27,13 @@ const W = ({
27
27
  const X = "touches" in i ? i.touches[0].clientX : i.clientX, H = "touches" in i ? i.touches[0].clientY : i.clientY, v = X - m.x, I = H - m.y;
28
28
  if (r) {
29
29
  let o = t.x + v, c = t.y + I;
30
- o = Math.max(0, Math.min(o, l.width - t.width)), c = Math.max(0, Math.min(c, l.height - t.height)), x({ ...t, x: o, y: c });
30
+ o = Math.max(
31
+ 0,
32
+ Math.min(o, l.width - t.width)
33
+ ), c = Math.max(
34
+ 0,
35
+ Math.min(c, l.height - t.height)
36
+ ), x({ ...t, x: o, y: c });
31
37
  }
32
38
  if (a && f) {
33
39
  let o = t.x, c = t.y, e = t.width, h = t.height;
@@ -45,7 +51,12 @@ const W = ({
45
51
  e = Math.max(w, t.width - v), h = e / d, o = t.x + t.width - e, c = t.y + t.height - h;
46
52
  break;
47
53
  }
48
- o < 0 && (e += o, h = e / d, o = 0), c < 0 && (h += c, e = h * d, c = 0), o + e > l.width && (e = l.width - o, h = e / d), c + h > l.height && (h = l.height - c, e = h * d), e >= w && h >= w && x({ x: o, y: c, width: e, height: h });
54
+ o < 0 && (e += o, h = e / d, o = 0), c < 0 && (h += c, e = h * d, c = 0), o + e > l.width && (e = l.width - o, h = e / d), c + h > l.height && (h = l.height - c, e = h * d), e >= w && h >= w && x({
55
+ x: o,
56
+ y: c,
57
+ width: e,
58
+ height: h
59
+ });
49
60
  }
50
61
  }, s = () => {
51
62
  Y(!1), M(!1), y(null);
@@ -1 +1 @@
1
- {"version":3,"file":"IntegrationFlowAnimation.d.ts","sourceRoot":"","sources":["../../../src/components/IntegrationFlowAnimation/IntegrationFlowAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAqB,MAAM,OAAO,CAAC;AAiD1D,MAAM,WAAW,6BAA6B;IAC5C,qDAAqD;IACrD,QAAQ,EAAE,SAAS,CAAC;IACpB,2DAA2D;IAC3D,SAAS,EAAE,SAAS,CAAC;IACrB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wFAAwF;IACxF,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,2BAA2B;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,eAAO,MAAM,wBAAwB,GAAI,0EAOtC,6BAA6B,KAAG,SAqElC,CAAC"}
1
+ {"version":3,"file":"IntegrationFlowAnimation.d.ts","sourceRoot":"","sources":["../../../src/components/IntegrationFlowAnimation/IntegrationFlowAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAqB,MAAM,OAAO,CAAC;AA8C1D,MAAM,WAAW,6BAA6B;IAC5C,qDAAqD;IACrD,QAAQ,EAAE,SAAS,CAAC;IACpB,2DAA2D;IAC3D,SAAS,EAAE,SAAS,CAAC;IACrB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wFAAwF;IACxF,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,2BAA2B;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,eAAO,MAAM,wBAAwB,GAAI,0EAOtC,6BAA6B,KAAG,SA2ElC,CAAC"}
@@ -1,8 +1,8 @@
1
- const n = "_particle_1t002_52", t = "_iconContainer_1t002_63", o = "_iconInner_1t002_75", a = "_particleContainer_1t002_87", i = "_animationRoot_1t002_127", c = "_animationContainer_1t002_131", e = "_backgroundImage_1t002_141", r = {
1
+ const n = "_particle_46hv8_93", o = "_iconContainer_46hv8_115", a = "_iconInner_46hv8_139", t = "_particleContainer_46hv8_163", i = "_animationRoot_46hv8_243", c = "_animationContainer_46hv8_251", e = "_backgroundImage_46hv8_271", r = {
2
2
  particle: n,
3
- iconContainer: t,
4
- iconInner: o,
5
- particleContainer: a,
3
+ iconContainer: o,
4
+ iconInner: a,
5
+ particleContainer: t,
6
6
  animationRoot: i,
7
7
  animationContainer: c,
8
8
  backgroundImage: e
@@ -12,8 +12,8 @@ export {
12
12
  i as animationRoot,
13
13
  e as backgroundImage,
14
14
  r as default,
15
- t as iconContainer,
16
- o as iconInner,
15
+ o as iconContainer,
16
+ a as iconInner,
17
17
  n as particle,
18
- a as particleContainer
18
+ t as particleContainer
19
19
  };
@@ -2,5 +2,5 @@ import type { ReactNode } from 'react';
2
2
  export interface GoogleDriveIconProps {
3
3
  size?: number;
4
4
  }
5
- export declare function GoogleDriveIcon({ size }: GoogleDriveIconProps): ReactNode;
5
+ export declare function GoogleDriveIcon({ size, }: GoogleDriveIconProps): ReactNode;
6
6
  //# sourceMappingURL=GoogleDriveIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GoogleDriveIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,eAAe,CAAC,EAAE,IAAS,EAAE,EAAE,oBAAoB,GAAG,SAAS,CAmC9E"}
1
+ {"version":3,"file":"GoogleDriveIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,eAAe,CAAC,EAC9B,IAAS,GACV,EAAE,oBAAoB,GAAG,SAAS,CAmClC"}
@@ -1,5 +1,7 @@
1
1
  import { jsxs as h, jsx as l } from "react/jsx-runtime";
2
- function i({ size: c = 24 }) {
2
+ function i({
3
+ size: c = 24
4
+ }) {
3
5
  return /* @__PURE__ */ h(
4
6
  "svg",
5
7
  {
@@ -2,5 +2,5 @@ import type { ReactNode } from 'react';
2
2
  export interface LayersCubeIconProps {
3
3
  size?: number;
4
4
  }
5
- export declare const LayersCubeIcon: ({ size }: LayersCubeIconProps) => ReactNode;
5
+ export declare const LayersCubeIcon: ({ size, }: LayersCubeIconProps) => ReactNode;
6
6
  //# sourceMappingURL=LayersCubeIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LayersCubeIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/IntegrationFlowAnimation/icons/LayersCubeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,cAAc,GAAI,UAAe,mBAAmB,KAAG,SAenE,CAAC"}
1
+ {"version":3,"file":"LayersCubeIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/IntegrationFlowAnimation/icons/LayersCubeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,cAAc,GAAI,WAE5B,mBAAmB,KAAG,SAexB,CAAC"}
@@ -1,5 +1,7 @@
1
1
  import { jsx as v } from "react/jsx-runtime";
2
- const o = ({ size: c = 24 }) => /* @__PURE__ */ v(
2
+ const o = ({
3
+ size: c = 24
4
+ }) => /* @__PURE__ */ v(
3
5
  "svg",
4
6
  {
5
7
  xmlns: "http://www.w3.org/2000/svg",
@@ -1 +1 @@
1
- {"version":3,"file":"LanguagePicker.d.ts","sourceRoot":"","sources":["../../../src/components/LanguagePicker/LanguagePicker.tsx"],"names":[],"mappings":"AAiBA,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAQD,eAAO,MAAM,cAAc,GAAI,6BAI5B,mBAAmB,4CA+BrB,CAAC"}
1
+ {"version":3,"file":"LanguagePicker.d.ts","sourceRoot":"","sources":["../../../src/components/LanguagePicker/LanguagePicker.tsx"],"names":[],"mappings":"AAkBA,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AA0BD,eAAO,MAAM,cAAc,GAAI,6BAI5B,mBAAmB,4CAmBrB,CAAC"}
@@ -1,45 +1,55 @@
1
- import { jsx as a, jsxs as g } from "react/jsx-runtime";
2
- import { useMemo as f } from "react";
3
- import { Select as u, Image as l, Group as x } from "@mantine/core";
4
- import { IconCheck as d } from "@tabler/icons-react";
5
- import b from "../../assets/svg/flags/es.svg.js";
6
- import h from "../../assets/svg/flags/ru.svg.js";
7
- import y from "../../assets/svg/flags/us.svg.js";
8
- import o from "./LanguagePicker.module.css.js";
9
- const s = {
10
- ru: h,
11
- en: y,
12
- es: b
13
- }, t = [
14
- { value: "ru", label: "Русский" },
1
+ import { jsx as o, jsxs as p } from "react/jsx-runtime";
2
+ import { useMemo as g } from "react";
3
+ import { ArrowDown01Icon as f, Tick02Icon as u } from "@hugeicons/core-free-icons";
4
+ import { HugeiconsIcon as s } from "@hugeicons/react";
5
+ import { Select as d, Image as i, Group as x } from "@mantine/core";
6
+ import I from "../../assets/svg/flags/es.svg.js";
7
+ import b from "../../assets/svg/flags/ru.svg.js";
8
+ import h from "../../assets/svg/flags/us.svg.js";
9
+ import l from "./LanguagePicker.module.css.js";
10
+ const t = {
11
+ ru: b,
12
+ en: h,
13
+ es: I
14
+ }, n = [
15
15
  { value: "en", label: "English" },
16
+ { value: "ru", label: "Русский" },
16
17
  { value: "es", label: "Español (España)" }
17
- ], M = ({
18
- value: r,
19
- onChange: n,
20
- label: m
18
+ ], y = ({
19
+ option: e,
20
+ checked: a
21
+ }) => /* @__PURE__ */ p(x, { flex: "1", gap: "xs", children: [
22
+ /* @__PURE__ */ o(i, { src: t[e.value], className: l.image }),
23
+ e.label,
24
+ a && /* @__PURE__ */ o(
25
+ s,
26
+ {
27
+ color: "var(--mantine-primary-color-filled)",
28
+ size: 16,
29
+ icon: u,
30
+ className: l.tickIcon
31
+ }
32
+ )
33
+ ] }), A = ({
34
+ value: e,
35
+ onChange: a,
36
+ label: c
21
37
  }) => {
22
- const i = ({
23
- option: e,
24
- checked: c
25
- }) => /* @__PURE__ */ g(x, { flex: "1", gap: "xs", children: [
26
- /* @__PURE__ */ a(l, { src: s[e.value], className: o.image }),
27
- e.label,
28
- c && /* @__PURE__ */ a(d, { style: { marginInlineStart: "auto" }, stroke: 1.2 })
29
- ] }), p = f(() => t.find((e) => e.value === r) ? r : "en", [r]);
30
- return /* @__PURE__ */ a(
31
- u,
38
+ const m = g(() => n.find((r) => r.value === e) ? e : "en", [e]);
39
+ return /* @__PURE__ */ o(
40
+ d,
32
41
  {
33
- label: m,
42
+ label: c,
34
43
  flex: 1,
35
- onChange: (e) => e && n(e),
36
- leftSection: /* @__PURE__ */ a(l, { src: s[r], className: o.image }),
37
- value: p,
38
- data: t,
39
- renderOption: i
44
+ onChange: (r) => r && a(r),
45
+ leftSection: /* @__PURE__ */ o(i, { src: t[e], className: l.image }),
46
+ value: m,
47
+ data: n,
48
+ rightSection: /* @__PURE__ */ o(s, { size: 16, icon: f }),
49
+ renderOption: y
40
50
  }
41
51
  );
42
52
  };
43
53
  export {
44
- M as LanguagePicker
54
+ A as LanguagePicker
45
55
  };
@@ -1,7 +1,9 @@
1
- const e = "_image_vcu25_1", a = {
2
- image: e
1
+ const c = "_image_12yhc_1", t = "_tickIcon_12yhc_13", o = {
2
+ image: c,
3
+ tickIcon: t
3
4
  };
4
5
  export {
5
- a as default,
6
- e as image
6
+ o as default,
7
+ c as image,
8
+ t as tickIcon
7
9
  };
@@ -1,9 +1,9 @@
1
- const r = "_loader_b8num_1", e = "_wrapper_b8num_10", a = {
2
- loader: r,
3
- wrapper: e
1
+ const a = "_loader_1dlax_1", r = "_wrapper_1dlax_19", e = {
2
+ loader: a,
3
+ wrapper: r
4
4
  };
5
5
  export {
6
- a as default,
7
- r as loader,
8
- e as wrapper
6
+ e as default,
7
+ a as loader,
8
+ r as wrapper
9
9
  };
@@ -1,4 +1,4 @@
1
- const r = "_originalTab_p74jz_1", e = "_customTab_p74jz_7", t = "_headerRow_p74jz_17", a = "_rowGrid_p74jz_42", o = "_breadcrumbItem_p74jz_79", c = "_breadcrumbItemActive_p74jz_91", b = {
1
+ const r = "_originalTab_60wsn_1", e = "_customTab_60wsn_13", t = "_headerRow_60wsn_33", a = "_rowGrid_60wsn_83", o = "_breadcrumbItem_60wsn_157", c = "_breadcrumbItemActive_60wsn_181", s = {
2
2
  originalTab: r,
3
3
  customTab: e,
4
4
  headerRow: t,
@@ -10,7 +10,7 @@ export {
10
10
  o as breadcrumbItem,
11
11
  c as breadcrumbItemActive,
12
12
  e as customTab,
13
- b as default,
13
+ s as default,
14
14
  t as headerRow,
15
15
  r as originalTab,
16
16
  a as rowGrid
@@ -1 +1 @@
1
- {"version":3,"file":"MediaLibraryRow.d.ts","sourceRoot":"","sources":["../../../src/components/MediaLibrary/MediaLibraryRow.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAWzC,UAAU,oBAAoB;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,KAAK,IAAI,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,0EACU,oBAAoB,6CA8BzD,CAAC"}
1
+ {"version":3,"file":"MediaLibraryRow.d.ts","sourceRoot":"","sources":["../../../src/components/MediaLibrary/MediaLibraryRow.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAWzC,UAAU,oBAAoB;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,KAAK,IAAI,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,0EACU,oBAAoB,6CAsCzD,CAAC"}
@@ -15,10 +15,22 @@ const y = (e) => new Intl.DateTimeFormat("en-GB", {
15
15
  r ? m?.(e) : d?.(e);
16
16
  };
17
17
  return /* @__PURE__ */ i(n, { className: h.rowGrid, onClick: l, children: [
18
- /* @__PURE__ */ i(a, { gap: "xs", wrap: "nowrap", style: { overflow: "hidden", minWidth: 0 }, children: [
19
- /* @__PURE__ */ o(n, { style: { flexShrink: 0, height: 18 }, children: f(p(e.contentType || "", !0), r, 18) }),
20
- /* @__PURE__ */ o(t, { fz: "sm", fw: r ? 500 : void 0, truncate: !0, children: e.title })
21
- ] }),
18
+ /* @__PURE__ */ i(
19
+ a,
20
+ {
21
+ gap: "xs",
22
+ wrap: "nowrap",
23
+ style: { overflow: "hidden", minWidth: 0 },
24
+ children: [
25
+ /* @__PURE__ */ o(n, { style: { flexShrink: 0, height: 18 }, children: f(
26
+ p(e.contentType || "", !0),
27
+ r,
28
+ 18
29
+ ) }),
30
+ /* @__PURE__ */ o(t, { fz: "sm", fw: r ? 500 : void 0, truncate: !0, children: e.title })
31
+ ]
32
+ }
33
+ ),
22
34
  /* @__PURE__ */ o(t, { fz: "xs", c: "dimmed", children: y(e.updatedAt) }),
23
35
  /* @__PURE__ */ o(t, { fz: "xs", c: "dimmed", children: r ? "—" : c(e.fileSize || 0) })
24
36
  ] });
@@ -16,9 +16,10 @@ export type NavMenuProps = {
16
16
  store?: ReturnType<typeof createNavMenuStore>;
17
17
  };
18
18
  export declare const NavMenu: (({ items, loading, onLoadMore, noItemsPlaceholder, onOrderChange, onEdit, onToggle, onClick, store: _store, totalCount, flatOrderChange, canUserDragDrop, canDragDropItem, }: NavMenuProps) => import("react/jsx-runtime").JSX.Element) & {
19
- Item: import("react").MemoExoticComponent<({ item, ignoreDepth }: {
19
+ Item: import("react").MemoExoticComponent<({ item, ignoreDepth, disableToggleOnClick }: {
20
20
  item: ExpandNavMenuItemDef;
21
21
  ignoreDepth?: boolean;
22
+ disableToggleOnClick?: boolean;
22
23
  }) => import("react/jsx-runtime").JSX.Element>;
23
24
  ActionIcon: import("react").ForwardRefExoticComponent<import("@mantine/core").ActionIconProps & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
24
25
  Label: ({ children, ...props }: PropsWithChildren<import("@mantine/core").TextProps>) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../src/components/NavMenu/NavMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,QAAQ,EAAyB,MAAM,eAAe,CAAC;AAOhE,OAAO,EAAmB,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AAKjB,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,OAAO,CAAC;CAC3D,GAAG,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,GAAG;IACjC,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;CAC/C,CAAC;AAkLJ,eAAO,MAAM,OAAO,iLAlKjB,YAAY;;;;;;;0CAqJ8B,iBAAiB,CAAC,QAAQ,CAAC;CAkBtE,CAAC"}
1
+ {"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../src/components/NavMenu/NavMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,QAAQ,EAAyB,MAAM,eAAe,CAAC;AAOhE,OAAO,EAAmB,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AAIjB,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,OAAO,CAAC;CAC3D,GAAG,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,GAAG;IACjC,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;CAC/C,CAAC;AAmLJ,eAAO,MAAM,OAAO,iLAnKjB,YAAY;;;;;;;;0CAsJ8B,iBAAiB,CAAC,QAAQ,CAAC;CAkBtE,CAAC"}
@@ -1,23 +1,23 @@
1
- const n = "_container_1ns3h_1", t = "_depthBox_1ns3h_13", e = "_itemContainer_1ns3h_38", o = "_item_1ns3h_38", _ = "_icon_1ns3h_90", s = "_chevron_1ns3h_94", a = "_droppable_1ns3h_119", c = "_draggableOverlay_1ns3h_176", r = "_editInput_1ns3h_185", i = {
2
- container: n,
3
- depthBox: t,
4
- itemContainer: e,
1
+ const t = "_container_t27w5_1", e = "_depthBox_t27w5_25", n = "_itemContainer_t27w5_75", o = "_item_t27w5_75", _ = "_icon_t27w5_181", a = "_chevron_t27w5_189", c = "_droppable_t27w5_239", r = "_draggableOverlay_t27w5_353", i = "_editInput_t27w5_371", d = {
2
+ container: t,
3
+ depthBox: e,
4
+ itemContainer: n,
5
5
  item: o,
6
6
  icon: _,
7
- chevron: s,
8
- droppable: a,
9
- draggableOverlay: c,
10
- editInput: r
7
+ chevron: a,
8
+ droppable: c,
9
+ draggableOverlay: r,
10
+ editInput: i
11
11
  };
12
12
  export {
13
- s as chevron,
14
- n as container,
15
- i as default,
16
- t as depthBox,
17
- c as draggableOverlay,
18
- a as droppable,
19
- r as editInput,
13
+ a as chevron,
14
+ t as container,
15
+ d as default,
16
+ e as depthBox,
17
+ r as draggableOverlay,
18
+ c as droppable,
19
+ i as editInput,
20
20
  _ as icon,
21
21
  o as item,
22
- e as itemContainer
22
+ n as itemContainer
23
23
  };
@@ -2,8 +2,9 @@ import { ExpandNavMenuItemDef } from '../types';
2
2
  type NavMenuItemProps = {
3
3
  item: ExpandNavMenuItemDef;
4
4
  ignoreDepth?: boolean;
5
+ disableToggleOnClick?: boolean;
5
6
  };
6
- export declare const NavMenuItem: import("react").MemoExoticComponent<({ item, ignoreDepth }: NavMenuItemProps) => import("react/jsx-runtime").JSX.Element>;
7
+ export declare const NavMenuItem: import("react").MemoExoticComponent<({ item, ignoreDepth, disableToggleOnClick }: NavMenuItemProps) => import("react/jsx-runtime").JSX.Element>;
7
8
  export declare const NavMenuLoadMore: ({ depth, itemId, currentChildrenCount, }: {
8
9
  depth: number;
9
10
  itemId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NavMenuItem.d.ts","sourceRoot":"","sources":["../../../../src/components/NavMenu/components/NavMenuItem.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAKhD,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,8DAAgC,gBAAgB,6CAQtE,CAAC;AA+OH,eAAO,MAAM,eAAe,GAAI,0CAI7B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,oBAAoB,EAAE,MAAM,CAAC;CAC9B,4CAiCA,CAAC"}
1
+ {"version":3,"file":"NavMenuItem.d.ts","sourceRoot":"","sources":["../../../../src/components/NavMenu/components/NavMenuItem.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAKhD,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,WAAW,oFACwB,gBAAgB,6CAgB/D,CAAC;AA0QF,eAAO,MAAM,eAAe,GAAI,0CAI7B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,oBAAoB,EAAE,MAAM,CAAC;CAC9B,4CAiCA,CAAC"}