@layers-app/shared 0.2.6 → 0.2.8-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/svg/socials/instagram.svg.js +3 -3
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +21 -20
- package/dist/components/AppContainer/AppContainer.js +3 -3
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +4 -4
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +40 -32
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +41 -33
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +58 -49
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +151 -51
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +46 -43
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +4 -3
- package/dist/components/AppContainer/types.d.ts +2 -1
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +28 -29
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.d.ts +11 -0
- package/dist/components/FeatureProgress/FeatureProgress.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgress.js +148 -0
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +81 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts +2 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.js +88 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts +9 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.js +35 -0
- package/dist/components/FeatureProgress/constants.d.ts +4 -0
- package/dist/components/FeatureProgress/constants.d.ts.map +1 -0
- package/dist/components/FeatureProgress/constants.js +4 -0
- package/dist/components/FeatureProgress/index.d.ts +3 -0
- package/dist/components/FeatureProgress/index.d.ts.map +1 -0
- package/dist/components/FilePicker/FilePicker.d.ts +4 -2
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +247 -229
- package/dist/components/FilePicker/FilePicker.module.css.js +12 -10
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +59 -33
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +38 -38
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +18 -15
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +39 -39
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +51 -35
- package/dist/components/FilePicker/api/giphyApi.js +10 -10
- package/dist/components/FilePicker/coverCollections.d.ts +4 -0
- package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
- package/dist/components/FilePicker/coverCollections.js +164 -0
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/OneSlideLayput.js +39 -37
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +42 -42
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.js +10 -10
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.js +13 -13
- package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.js +185 -183
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/ImageCropper/index.d.ts +1 -1
- package/dist/components/ImageCropper/index.d.ts.map +1 -1
- package/dist/components/ImageCropper/useCropInteraction.d.ts.map +1 -1
- package/dist/components/ImageCropper/useCropInteraction.js +13 -2
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +7 -7
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js +3 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.js +3 -1
- package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
- package/dist/components/LanguagePicker/LanguagePicker.js +45 -35
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +6 -4
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MediaLibrary/MediaLibraryRow.d.ts.map +1 -1
- package/dist/components/MediaLibrary/MediaLibraryRow.js +16 -4
- package/dist/components/NavMenu/NavMenu.d.ts +2 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.module.css.js +16 -16
- package/dist/components/NavMenu/components/NavMenuItem.d.ts +2 -1
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +128 -106
- package/dist/components/NavMenu/types.d.ts +1 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts +17 -0
- package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts.map +1 -0
- package/dist/components/OnboardingTour/OnboardingTourFooter.js +40 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +13 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.js +164 -0
- package/dist/components/OnboardingTour/index.d.ts +4 -0
- package/dist/components/OnboardingTour/index.d.ts.map +1 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +14 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -0
- package/dist/components/OnboardingTour/useOnboardingTour.js +50 -0
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/SocialLinkRow/index.d.ts.map +1 -1
- package/dist/components/SocialLinkRow/index.js +80 -58
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TimezonePicker/index.d.ts.map +1 -1
- package/dist/components/TimezonePicker/index.js +42 -41
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +11 -10
- package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +21 -21
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +74 -74
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +1 -1
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/platform.d.ts +14 -0
- package/dist/helpers/platform.d.ts.map +1 -0
- package/dist/helpers/platform.js +33 -0
- package/dist/helpers/showFeatureFeedback.d.ts +16 -0
- package/dist/helpers/showFeatureFeedback.d.ts.map +1 -0
- package/dist/helpers/showFeatureFeedback.js +109 -0
- package/dist/helpers/showFeatureFeedback.module.css.js +9 -0
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +81 -113
- package/dist/helpers/showNotifications.module.css.js +10 -10
- package/dist/hooks/useFeatureFeedback.d.ts +23 -0
- package/dist/hooks/useFeatureFeedback.d.ts.map +1 -0
- package/dist/hooks/useFeatureFeedback.js +45 -0
- package/dist/hooks/usePlatform.d.ts +3 -0
- package/dist/hooks/usePlatform.d.ts.map +1 -0
- package/dist/hooks/usePlatform.js +10 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +373 -334
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +13 -13
- package/dist/lang/locales/ui_ru.json.js +12 -12
- package/dist/lib/contentImport/lexicalSerializer.js +59 -47
- package/dist/lib/contentImport/utils.d.ts.map +1 -1
- package/dist/lib/layersVisitData.d.ts +13 -0
- package/dist/lib/layersVisitData.d.ts.map +1 -0
- package/dist/lib/layersVisitData.js +37 -0
- package/dist/store/featureProgress.d.ts +39 -0
- package/dist/store/featureProgress.d.ts.map +1 -0
- package/dist/store/featureProgress.js +68 -0
- package/dist/store/plansModal.d.ts.map +1 -1
- package/dist/store/plansModal.js +8 -6
- package/docs/README.md +499 -499
- package/package.json +75 -74
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
const e = "
|
|
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:
|
|
4
|
-
overlay:
|
|
3
|
+
image: a,
|
|
4
|
+
overlay: n,
|
|
5
5
|
circularOverlay: _,
|
|
6
6
|
cropArea: d,
|
|
7
|
-
dashedBorder:
|
|
8
|
-
edgeLine:
|
|
9
|
-
edgeLineTop:
|
|
10
|
-
edgeLineBottom:
|
|
11
|
-
edgeLineLeft:
|
|
12
|
-
edgeLineRight:
|
|
13
|
-
cornerHandle:
|
|
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:
|
|
17
|
-
handleSW:
|
|
18
|
-
handleSE:
|
|
19
|
-
edgeHandle:
|
|
20
|
-
edgeHandleBar:
|
|
21
|
-
handleN:
|
|
22
|
-
handleS:
|
|
23
|
-
handleE:
|
|
24
|
-
handleW:
|
|
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
|
-
|
|
29
|
+
s as cornerHandle,
|
|
30
30
|
g as cornerHandleArm,
|
|
31
31
|
d as cropArea,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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,
|
|
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,
|
|
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(
|
|
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({
|
|
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;
|
|
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 = "
|
|
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:
|
|
4
|
-
iconInner:
|
|
5
|
-
particleContainer:
|
|
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
|
-
|
|
16
|
-
|
|
15
|
+
o as iconContainer,
|
|
16
|
+
a as iconInner,
|
|
17
17
|
n as particle,
|
|
18
|
-
|
|
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,
|
|
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"}
|
|
@@ -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,
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LanguagePicker.d.ts","sourceRoot":"","sources":["../../../src/components/LanguagePicker/LanguagePicker.tsx"],"names":[],"mappings":"
|
|
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
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
-
],
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
|
23
|
-
|
|
24
|
-
|
|
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:
|
|
42
|
+
label: c,
|
|
34
43
|
flex: 1,
|
|
35
|
-
onChange: (
|
|
36
|
-
leftSection: /* @__PURE__ */
|
|
37
|
-
value:
|
|
38
|
-
data:
|
|
39
|
-
|
|
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
|
-
|
|
54
|
+
A as LanguagePicker
|
|
45
55
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
2
|
-
loader:
|
|
3
|
-
wrapper:
|
|
1
|
+
const a = "_loader_1dlax_1", r = "_wrapper_1dlax_19", e = {
|
|
2
|
+
loader: a,
|
|
3
|
+
wrapper: r
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
e as default,
|
|
7
|
+
a as loader,
|
|
8
|
+
r as wrapper
|
|
9
9
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const r = "
|
|
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
|
-
|
|
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,
|
|
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(
|
|
19
|
-
|
|
20
|
-
|
|
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;
|
|
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
|
|
2
|
-
container:
|
|
3
|
-
depthBox:
|
|
4
|
-
itemContainer:
|
|
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:
|
|
8
|
-
droppable:
|
|
9
|
-
draggableOverlay:
|
|
10
|
-
editInput:
|
|
7
|
+
chevron: a,
|
|
8
|
+
droppable: c,
|
|
9
|
+
draggableOverlay: r,
|
|
10
|
+
editInput: i
|
|
11
11
|
};
|
|
12
12
|
export {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
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;
|
|
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"}
|