@layers-app/shared 0.2.6 → 0.2.7

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 (53) hide show
  1. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
  2. package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
  3. package/dist/components/AppContainer/components/AppSidebarButton.js +4 -4
  4. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +22 -22
  5. package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
  6. package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +25 -25
  7. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +41 -41
  8. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1 -1
  9. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
  10. package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
  11. package/dist/components/AppContainer/hooks/useAppContainer.js +40 -37
  12. package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
  13. package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +3 -2
  14. package/dist/components/AppContainer/types.d.ts +1 -0
  15. package/dist/components/AppContainer/types.d.ts.map +1 -1
  16. package/dist/components/FormViewer/components/OneSlideLayput.js +39 -37
  17. package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts.map +1 -1
  18. package/dist/components/FormViewer/hooks/useCreateFormContext.js +10 -10
  19. package/dist/components/FormViewer/store/formStoreApi.js +13 -13
  20. package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -1
  21. package/dist/components/ImageCropper/ImageCropper.js +185 -183
  22. package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
  23. package/dist/components/LanguagePicker/LanguagePicker.js +41 -32
  24. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +6 -4
  25. package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
  26. package/dist/components/NavMenu/components/NavMenuItem.js +53 -50
  27. package/dist/components/NavMenu/types.d.ts +1 -0
  28. package/dist/components/NavMenu/types.d.ts.map +1 -1
  29. package/dist/components/SocialLinkRow/index.d.ts.map +1 -1
  30. package/dist/components/SocialLinkRow/index.js +80 -58
  31. package/dist/components/TimezonePicker/index.d.ts.map +1 -1
  32. package/dist/components/TimezonePicker/index.js +42 -41
  33. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  34. package/dist/components/UserAvatar/index.js +11 -10
  35. package/dist/components/WorkspaceMenu/WorkspaceItem.js +1 -1
  36. package/dist/helpers/showFeatureFeedback.d.ts +16 -0
  37. package/dist/helpers/showFeatureFeedback.d.ts.map +1 -0
  38. package/dist/helpers/showFeatureFeedback.js +109 -0
  39. package/dist/helpers/showFeatureFeedback.module.css.js +9 -0
  40. package/dist/helpers/showNotifications.d.ts.map +1 -1
  41. package/dist/helpers/showNotifications.js +81 -113
  42. package/dist/helpers/showNotifications.module.css.js +10 -10
  43. package/dist/hooks/useFeatureFeedback.d.ts +23 -0
  44. package/dist/hooks/useFeatureFeedback.d.ts.map +1 -0
  45. package/dist/hooks/useFeatureFeedback.js +48 -0
  46. package/dist/index.css +1 -1
  47. package/dist/index.d.ts +3 -0
  48. package/dist/index.d.ts.map +1 -1
  49. package/dist/index.js +322 -310
  50. package/dist/lib/layersVisitData.d.ts +13 -0
  51. package/dist/lib/layersVisitData.d.ts.map +1 -0
  52. package/dist/lib/layersVisitData.js +37 -0
  53. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7,15 +7,15 @@ import { FilePickerUpload as c } from "./components/FilePicker/FilePickerUpload.
7
7
  import { EmojiPicker as d } from "./components/EmojiPicker/EmojiPicker.js";
8
8
  import { AppContainer as S } from "./components/AppContainer/AppContainer.js";
9
9
  import { CustomKBD as T } from "./components/CustomKBD/index.js";
10
- import { openSubmitModal as M } from "./components/SubmitModal/index.js";
10
+ import { openSubmitModal as I } from "./components/SubmitModal/index.js";
11
11
  import { UserAvatar as D } from "./components/UserAvatar/index.js";
12
- import { GroupAvatar as A } from "./components/GroupAvatar/index.js";
12
+ import { GroupAvatar as L } from "./components/GroupAvatar/index.js";
13
13
  import { ShakaVideoPlayer as R } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
14
- import { ActiveWorkspace as N, WorkspaceMenu as y } from "./components/WorkspaceMenu/WorkspaceMenu.js";
15
- import { WorkspaceAvatar as U } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
14
+ import { ActiveWorkspace as N, WorkspaceMenu as b } from "./components/WorkspaceMenu/WorkspaceMenu.js";
15
+ import { WorkspaceAvatar as _ } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
16
16
  import { NavbarResizer as h } from "./components/NavbarResizer/NavbarResizer.js";
17
17
  import { MenuUserDropdown as O } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
18
- import { ErrorPage as B } from "./components/ErrorPage/index.js";
18
+ import { ErrorPage as k } from "./components/ErrorPage/index.js";
19
19
  import { AlertsBlock as V } from "./components/AlertsBlock/index.js";
20
20
  import { NotFound as G } from "./components/NotFound/NoFound.js";
21
21
  import { ErrorAlert as z } from "./components/ErrorAlert/index.js";
@@ -29,13 +29,13 @@ import { SearchHelpModal as ie, closeSearchHelpModal as le, openSearchHelpModal
29
29
  import { AttachmentsGalleryModal as xe } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
30
30
  import { ImageModal as ue, closeImageModal as de, openImageModal as ge, useChangePasswordModalStore as Se } from "./components/ImageModal/ImageModal.js";
31
31
  import { Logotype as Te } from "./components/Logotype.js";
32
- import { ThemeIndicator as Me } from "./components/ThemeIndicator/index.js";
32
+ import { ThemeIndicator as Ie } from "./components/ThemeIndicator/index.js";
33
33
  import { AttachmentsPreview as De } from "./components/AttachmentsPreview/AttachmentsPreview.js";
34
- import { CommentComposer as Ae } from "./components/CommentComposer/index.js";
34
+ import { CommentComposer as Le } from "./components/CommentComposer/index.js";
35
35
  import { StorageUsageProgress as Re } from "./components/StorageUsageProgress/index.js";
36
36
  import { LanguagePicker as Ne } from "./components/LanguagePicker/LanguagePicker.js";
37
- import { FrontTable as _e } from "./components/table/FrontTable.js";
38
- import { aggregationReselect as be, columnsMapReselect as he, columnsReselect as ve, metaReselect as Oe, paginationMetaReselect as we, rowsReselect as Be, searchedRowsReselect as ke, selectionReselect as Ve, sortedRowsReselect as He, variableReselect as Ge, visibleColumnsBySideReselect as We, visibleColumnsReselect as ze, visibleRowsReselect as je } from "./components/table/selectors.js";
37
+ import { FrontTable as ye } from "./components/table/FrontTable.js";
38
+ import { aggregationReselect as Ue, columnsMapReselect as he, columnsReselect as ve, metaReselect as Oe, paginationMetaReselect as we, rowsReselect as ke, searchedRowsReselect as Be, selectionReselect as Ve, sortedRowsReselect as He, variableReselect as Ge, visibleColumnsBySideReselect as We, visibleColumnsReselect as ze, visibleRowsReselect as je } from "./components/table/selectors.js";
39
39
  import { tableColumnDateTypes as Ze, tableColumnNumberTypes as Qe } from "./components/table/types.js";
40
40
  import { createTableStore as Ke } from "./components/table/store.js";
41
41
  import { useTableStore as Je } from "./components/table/hooks/useTableStore.js";
@@ -47,116 +47,119 @@ import { Copyright as fo } from "./components/Copyright/index.js";
47
47
  import { EntityTitle as co } from "./components/EntityTitle/EntityTitle.js";
48
48
  import { CircleColorPicker as go } from "./components/CircleColorPicker/CircleColorPicker.js";
49
49
  import { TableMenu as Co } from "./components/table/components/TableMenu.js";
50
- import { BouncingLogo as Io } from "./components/BouncingLogo/BouncingLogo.js";
51
- import { activeControlReselect as Eo, activeStepIdReselect as Do, activeStepReselect as Lo, controlsReselect as Ao, isFormDirtyReselect as Po, questionNumberReselect as Ro, startStepReselect as Fo, stepByControlReselect as No, stepsReselect as yo, themeReselect as _o } from "./components/FormViewer/store/selectors.js";
52
- import { CREATE_CONDITION_FORM_ID as bo, DEFAULT_END_STEP_ID as ho, DEFAULT_MAX as vo, DEFAULT_MEDIA_BRIGHTNESS as Oo, DEFAULT_MEDIA_SIZE as wo, DEFAULT_MIN as Bo, DEFAULT_OPTIONS_MIN as ko, DEFAULT_OPTION_MAX_LENGTH as Vo, DEFAULT_START_STEP_ID as Ho, EDIT_CONDITION_FORM_ID as Go, MAX_OPTIONS_COUNT as Wo, getDefaultDropdownOptions as zo, getDefaultEndStep as jo, getDefaultStartStep as Xo, getFirstStep as Zo, getRandomId as Qo } from "./components/FormViewer/helpers/steps.js";
50
+ import { BouncingLogo as Eo } from "./components/BouncingLogo/BouncingLogo.js";
51
+ import { activeControlReselect as Mo, activeStepIdReselect as Do, activeStepReselect as Ao, controlsReselect as Lo, isFormDirtyReselect as Fo, questionNumberReselect as Ro, startStepReselect as Po, stepByControlReselect as No, stepsReselect as bo, themeReselect as yo } from "./components/FormViewer/store/selectors.js";
52
+ import { CREATE_CONDITION_FORM_ID as Uo, DEFAULT_END_STEP_ID as ho, DEFAULT_MAX as vo, DEFAULT_MEDIA_BRIGHTNESS as Oo, DEFAULT_MEDIA_SIZE as wo, DEFAULT_MIN as ko, DEFAULT_OPTIONS_MIN as Bo, DEFAULT_OPTION_MAX_LENGTH as Vo, DEFAULT_START_STEP_ID as Ho, EDIT_CONDITION_FORM_ID as Go, MAX_OPTIONS_COUNT as Wo, getDefaultDropdownOptions as zo, getDefaultEndStep as jo, getDefaultStartStep as Xo, getFirstStep as Zo, getRandomId as Qo } from "./components/FormViewer/helpers/steps.js";
53
53
  import { DEFAULT_THEME as Ko } from "./components/FormViewer/constants/defaultTheme.js";
54
54
  import { openRemoveConfirmModal as Jo } from "./components/modals/RemoveConfirmModal.js";
55
55
  import { AppSidebarButton as er } from "./components/AppContainer/components/AppSidebarButton.js";
56
56
  import { Numbers as rr } from "./components/table/helpers/formatters.js";
57
57
  import { EntityIcon as ar } from "./components/EntityIcon.js";
58
58
  import { showErrorNotification as pr, showMessageNotification as sr, showRequestNotifications as ir, showSuccessNotification as lr, showWarningNotification as nr } from "./helpers/showNotifications.js";
59
- import { pickRandomEmoji as xr } from "./helpers/pickRandomEmoji.js";
60
- import { useIsDarkTheme as ur } from "./helpers/themeUtils.js";
61
- import { combineStatuses as gr } from "./helpers/combineStatuses.js";
62
- import { downloadCSVAsBlob as Cr, downloadImageFromExternalUrl as Tr, downloadURL as Ir } from "./helpers/download.js";
63
- import { generateLink as Er } from "./helpers/generateLink.js";
64
- import { appFeature as Lr, isFeature as Ar } from "./helpers/feature.js";
65
- import { getMimeType as Rr, isGalleryMediaFile as Fr, isMobileDevice as Nr, isVideoFile as yr } from "./helpers/fileUtils.js";
66
- import { formatBytes as Ur } from "./helpers/formatBytes.js";
67
- import { filterHierarchyByTypes as hr } from "./helpers/filterHierarchyByTypes.js";
68
- import { getRandomIconColor as Or } from "./helpers/getRandomIconColor.js";
69
- import { getFileIcons as Br } from "./helpers/getFileIcons.js";
70
- import { getFileType as Vr } from "./helpers/getFileType.js";
71
- import { getPartOfTheDay as Gr } from "./helpers/getPartOfTheDay.js";
72
- import { isAppMode as zr } from "./helpers/isAppMode.js";
73
- import { parseDate as Xr } from "./helpers/dates.js";
74
- import { initHotjar as Qr } from "./helpers/hotjar.js";
75
- import { validateAliasFormat as Kr } from "./helpers/validateAliasFormat.js";
76
- import { getBrowserTimeZone as Jr, getSafeFormatter as $r, getTimeZones as et, getUtcOffset as ot, isValidTimeZone as rt, parseInvalidTz as tt } from "./helpers/timezones.js";
77
- import { useMenu as mt } from "./hooks/useMenu.js";
78
- import { useDateFnsLocale as st } from "./hooks/useDateFnsLocale.js";
79
- import { useFormatDistance as lt } from "./hooks/useFormatDistance.js";
80
- import { useSwipeDetect as ft } from "./hooks/useSwipeDetect.js";
81
- import { AuthErrors as ct, useOAuthErrorParams as ut } from "./hooks/useOAuthErrorParams.js";
82
- import { useDateUtils as gt } from "./hooks/useDateUtils.js";
83
- import { isNumberValue as Ct, useQueryParam as Tt, useRouteParam as It } from "./hooks/useNumberQueryParam.js";
84
- import { useDisableWindowScrollDuringDrag as Et } from "./hooks/useDisableWindowScroll.js";
85
- import { useAsyncStatus as Lt } from "./hooks/useAsyncStatus.js";
59
+ import { showFeatureFeedback as xr } from "./helpers/showFeatureFeedback.js";
60
+ import { pickRandomEmoji as ur } from "./helpers/pickRandomEmoji.js";
61
+ import { useIsDarkTheme as gr } from "./helpers/themeUtils.js";
62
+ import { combineStatuses as Cr } from "./helpers/combineStatuses.js";
63
+ import { downloadCSVAsBlob as Er, downloadImageFromExternalUrl as Ir, downloadURL as Mr } from "./helpers/download.js";
64
+ import { generateLink as Ar } from "./helpers/generateLink.js";
65
+ import { appFeature as Fr, isFeature as Rr } from "./helpers/feature.js";
66
+ import { getMimeType as Nr, isGalleryMediaFile as br, isMobileDevice as yr, isVideoFile as _r } from "./helpers/fileUtils.js";
67
+ import { formatBytes as hr } from "./helpers/formatBytes.js";
68
+ import { filterHierarchyByTypes as Or } from "./helpers/filterHierarchyByTypes.js";
69
+ import { getRandomIconColor as kr } from "./helpers/getRandomIconColor.js";
70
+ import { getFileIcons as Vr } from "./helpers/getFileIcons.js";
71
+ import { getFileType as Gr } from "./helpers/getFileType.js";
72
+ import { getPartOfTheDay as zr } from "./helpers/getPartOfTheDay.js";
73
+ import { isAppMode as Xr } from "./helpers/isAppMode.js";
74
+ import { parseDate as Qr } from "./helpers/dates.js";
75
+ import { initHotjar as Kr } from "./helpers/hotjar.js";
76
+ import { validateAliasFormat as Jr } from "./helpers/validateAliasFormat.js";
77
+ import { getBrowserTimeZone as et, getSafeFormatter as ot, getTimeZones as rt, getUtcOffset as tt, isValidTimeZone as at, parseInvalidTz as mt } from "./helpers/timezones.js";
78
+ import { useMenu as st } from "./hooks/useMenu.js";
79
+ import { useDateFnsLocale as lt } from "./hooks/useDateFnsLocale.js";
80
+ import { useFormatDistance as ft } from "./hooks/useFormatDistance.js";
81
+ import { useSwipeDetect as ct } from "./hooks/useSwipeDetect.js";
82
+ import { AuthErrors as dt, useOAuthErrorParams as gt } from "./hooks/useOAuthErrorParams.js";
83
+ import { useDateUtils as Ct } from "./hooks/useDateUtils.js";
84
+ import { isNumberValue as Et, useQueryParam as It, useRouteParam as Mt } from "./hooks/useNumberQueryParam.js";
85
+ import { useDisableWindowScrollDuringDrag as At } from "./hooks/useDisableWindowScroll.js";
86
+ import { useAsyncStatus as Ft } from "./hooks/useAsyncStatus.js";
86
87
  import { useVideoUploadGuard as Pt } from "./hooks/useVideoUploadGuard.js";
87
- import { useAppContainer as Ft } from "./components/AppContainer/hooks/useAppContainer.js";
88
- import { appContainerStore as yt } from "./components/AppContainer/hooks/useAppContainerStore.js";
89
- import { useAppContainerDataStore as Ut } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
90
- import { closeSearchModal as ht, openSearchModal as vt, useSearchModalStore as Ot } from "./store/searchModal.js";
91
- import { closeTrashModal as Bt, openTrashModal as kt, useTrashModalStore as Vt } from "./store/trashModal.js";
92
- import { useOnboardingState as Gt } from "./store/onboarding.js";
93
- import { useWorkspacesOrder as zt } from "./store/workspacesOrder.js";
94
- import { updateTimezone as Xt, useLocalTimezone as Zt } from "./store/timezoneStore.js";
95
- import { closeUserPlansModal as qt, openUserPlansModal as Kt, useUserPlansModalStore as Yt } from "./store/plansModal.js";
96
- import { closeUserDiscordDialog as $t, openUserDiscordDialog as ea, useDiscordDialogStore as oa } from "./store/discordDialogStore.js";
97
- import { orderMap as ta, storageCategoryColors as aa } from "./types/storageCategories.js";
98
- import { formatStorage as pa, formatStoragePercent as sa } from "./utils/formatStorage.js";
99
- import { getCroppedBlob as la } from "./utils/getCroppedBlob.js";
100
- import { getPlanBadgeColor as fa } from "./utils/getPlanBadgeColor.js";
101
- import { addQueryParam as ca, removeQueryParam as ua } from "./utils/queryParams.js";
102
- import { COLOR_SCHEMES as ga, DEFAULT_COLOR_SCHEME as Sa, DEFAULT_FONT_FAMILY as Ca, DEFAULT_VALUES as Ta, isValidColorScheme as Ia } from "./constants.js";
103
- import { default as Ea } from "./assets/enitityIcons/flow.svg.js";
104
- import { default as La } from "./assets/enitityIcons/form.svg.js";
105
- import { default as Pa } from "./assets/logo-copyright.svg.js";
106
- import { default as Fa } from "./assets/layers-logo-icon.svg.js";
107
- import { default as ya } from "./assets/enitityIcons/page.svg.js";
108
- import { default as Ua } from "./assets/enitityIcons/sprint.svg.js";
109
- import { CollapsibleContainer as ha } from "./components/CollapsibleContainer/CollapsibleContainer.js";
110
- import { Error404 as Oa } from "./components/ErrorPage/components/Error404.js";
111
- import { Error406 as Ba } from "./components/ErrorPage/components/Error406.js";
112
- import { Error500 as Va } from "./components/ErrorPage/components/Error500.js";
113
- import { FilePicker as Ga } from "./components/FilePicker/FilePicker.js";
114
- import { FormContextProvider as za, StepsContext as ja, useSteps as Xa } from "./components/FormViewer/hooks/useCreateFormContext.js";
115
- import { FormStoreProvider as Qa, createFormStore as qa, useFormViewerStore as Ka } from "./components/FormViewer/store/formStore.js";
116
- import { FormViewer as Ja } from "./components/FormViewer/FormViewer.js";
117
- import { GoogleDriveIcon as em } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
118
- import { ImageCropper as rm } from "./components/ImageCropper/ImageCropper.js";
119
- import { IntegrationFlowAnimation as am } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
120
- import { LastEditedButton as pm } from "./components/LastEditedButton/LastEditedButton.js";
121
- import { LayersCubeIcon as im } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
122
- import { MediaLibrary as nm } from "./components/MediaLibrary/MediaLibrary.js";
123
- import { MediaLibraryBrowser as xm } from "./components/MediaLibrary/MediaLibraryBrowser.js";
124
- import { NavMenu as um } from "./components/NavMenu/NavMenu.js";
125
- import { NavMenuItem as gm, NavMenuLoadMore as Sm } from "./components/NavMenu/components/NavMenuItem.js";
126
- import { NavMenuLabel as Tm } from "./components/NavMenu/components/NavMenuLabel.js";
127
- import { NavMenuProvider as Mm, createNavMenuStore as Em, useNavMenuStore as Dm } from "./components/NavMenu/store.js";
128
- import { NotionIcon as Am } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
129
- import { OnBoardingPage as Rm } from "./components/OnBoarding/OnBoardingPage.js";
130
- import { PinModal as Nm } from "./components/PinModal/PinModal.js";
131
- import { STATIC_CLASSES as _m, combineClasses as Um, getPageNumberClass as bm } from "./components/FormViewer/helpers/staticClasses.js";
132
- import { Schemes as vm } from "./components/FormViewer/types/schemes.js";
133
- import { SortableList as wm } from "./components/SortableList/SortableList.js";
134
- import { StorageEntityItem as km } from "./components/StorageUsageEntityList/StorageEntityItem.js";
135
- import { StorageEntityList as Hm } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
136
- import { TablePagination as Wm } from "./components/table/components/TablePagination.js";
137
- import { TableSearch as jm } from "./components/table/components/TableSearch.js";
138
- import { alignList as Zm, conditionOperatorsList as Qm, isLayout as qm, isSize as Km, isSlideAnimation as Ym, layoutList as Jm, mediaContentLayoutList as $m, mediaFullLayoutList as ep, mediaLayoutList as op, sizeList as rp, slideAnimationList as tp } from "./components/FormViewer/types/form.js";
139
- import { alignRelation as mp } from "./components/FormViewer/helpers/themeUtils.js";
140
- import { closePinModal as sp, openPinModal as ip, usePinModalStore as lp } from "./components/PinModal/slice.js";
141
- import { controlsDataMap as fp } from "./components/FormViewer/helpers/controls.js";
142
- import { createFormStoreApi as cp } from "./components/FormViewer/store/formStoreApi.js";
143
- import { cropImage as dp } from "./components/ImageCropper/cropUtils.js";
144
- import { default as Sp } from "./lang/locales/ui_en.json.js";
145
- import { default as Tp } from "./lang/locales/ui_es.json.js";
146
- import { escapeHtml as Mp, getVideoEmbedUrl as Ep, isVideoPlatformUrl as Dp, parseEmbedUrl as Lp, parseVideoUrl as Ap } from "./lib/contentImport/utils.js";
147
- import { filterPinnedColumns as Rp, getAggregateValue as Fp, getAggregationColumns as Np, getColumnId as yp, getColumnsProps as _p, getCurrencyColumn as Up, getDateColumn as bp, getExpandingColumn as hp, getHeaderStyles as vp, getNumberColumn as Op, getPercentColumn as wp, getRatioColumn as Bp, getSelectionColumn as kp, isTechnicalColumn as Vp, mergeColumn as Hp } from "./components/table/helpers/columns.js";
148
- import { getNextStep as Wp, operatorsRelation as zp } from "./components/FormViewer/helpers/conditions.js";
149
- import { getTextValidation as Xp, isImageUrl as Zp, isValidEmail as Qp, isValidUrl as qp, useValidation as Kp } from "./components/FormViewer/helpers/validation.js";
150
- import { mergeTheme as Jp, sortSteps as $p } from "./components/FormViewer/helpers/helpers.js";
151
- import { default as os } from "./lang/locales/ui_ru.json.js";
152
- import { serializeToLexicalHtml as ts } from "./lib/contentImport/lexicalSerializer.js";
153
- import { useActiveControl as ms } from "./components/FormViewer/hooks/useActiveControl.js";
154
- import { useActiveStep as ss } from "./components/FormViewer/hooks/useActiveStep.js";
155
- import { useCreateTable as ls } from "./components/table/hooks/useCreateTable.js";
156
- import { useCropInteraction as fs } from "./components/ImageCropper/useCropInteraction.js";
157
- import { useFormMobile as cs } from "./components/FormViewer/hooks/useFormMobile.js";
158
- import { useInterpolate as ds, useInterpolateText as gs } from "./components/FormViewer/hooks/useInterpolateText.js";
159
- import { useSaveRowCount as Cs } from "./components/table/hooks/useSaveRowCount.js";
88
+ import { FEATURE_KEYS as bt, trackFeatureFeedback as yt, useDelayedFeatureFeedback as _t } from "./hooks/useFeatureFeedback.js";
89
+ import { useAppContainer as ht } from "./components/AppContainer/hooks/useAppContainer.js";
90
+ import { appContainerStore as Ot } from "./components/AppContainer/hooks/useAppContainerStore.js";
91
+ import { useAppContainerDataStore as kt } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
92
+ import { closeSearchModal as Vt, openSearchModal as Ht, useSearchModalStore as Gt } from "./store/searchModal.js";
93
+ import { closeTrashModal as zt, openTrashModal as jt, useTrashModalStore as Xt } from "./store/trashModal.js";
94
+ import { useOnboardingState as Qt } from "./store/onboarding.js";
95
+ import { useWorkspacesOrder as Kt } from "./store/workspacesOrder.js";
96
+ import { updateTimezone as Jt, useLocalTimezone as $t } from "./store/timezoneStore.js";
97
+ import { closeUserPlansModal as oa, openUserPlansModal as ra, useUserPlansModalStore as ta } from "./store/plansModal.js";
98
+ import { closeUserDiscordDialog as ma, openUserDiscordDialog as pa, useDiscordDialogStore as sa } from "./store/discordDialogStore.js";
99
+ import { orderMap as la, storageCategoryColors as na } from "./types/storageCategories.js";
100
+ import { formatStorage as xa, formatStoragePercent as ca } from "./utils/formatStorage.js";
101
+ import { getCroppedBlob as da } from "./utils/getCroppedBlob.js";
102
+ import { getPlanBadgeColor as Sa } from "./utils/getPlanBadgeColor.js";
103
+ import { addQueryParam as Ta, removeQueryParam as Ea } from "./utils/queryParams.js";
104
+ import { getFeatureRating as Ma, getVisitData as Da, isFeatureRated as Aa, setFeatureRating as La, setVisitData as Fa } from "./lib/layersVisitData.js";
105
+ import { COLOR_SCHEMES as Pa, DEFAULT_COLOR_SCHEME as Na, DEFAULT_FONT_FAMILY as ba, DEFAULT_VALUES as ya, isValidColorScheme as _a } from "./constants.js";
106
+ import { default as ha } from "./assets/enitityIcons/flow.svg.js";
107
+ import { default as Oa } from "./assets/enitityIcons/form.svg.js";
108
+ import { default as ka } from "./assets/logo-copyright.svg.js";
109
+ import { default as Va } from "./assets/layers-logo-icon.svg.js";
110
+ import { default as Ga } from "./assets/enitityIcons/page.svg.js";
111
+ import { default as za } from "./assets/enitityIcons/sprint.svg.js";
112
+ import { CollapsibleContainer as Xa } from "./components/CollapsibleContainer/CollapsibleContainer.js";
113
+ import { Error404 as Qa } from "./components/ErrorPage/components/Error404.js";
114
+ import { Error406 as Ka } from "./components/ErrorPage/components/Error406.js";
115
+ import { Error500 as Ja } from "./components/ErrorPage/components/Error500.js";
116
+ import { FilePicker as em } from "./components/FilePicker/FilePicker.js";
117
+ import { FormContextProvider as rm, StepsContext as tm, useSteps as am } from "./components/FormViewer/hooks/useCreateFormContext.js";
118
+ import { FormStoreProvider as pm, createFormStore as sm, useFormViewerStore as im } from "./components/FormViewer/store/formStore.js";
119
+ import { FormViewer as nm } from "./components/FormViewer/FormViewer.js";
120
+ import { GoogleDriveIcon as xm } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
121
+ import { ImageCropper as um } from "./components/ImageCropper/ImageCropper.js";
122
+ import { IntegrationFlowAnimation as gm } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
123
+ import { LastEditedButton as Cm } from "./components/LastEditedButton/LastEditedButton.js";
124
+ import { LayersCubeIcon as Em } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
125
+ import { MediaLibrary as Mm } from "./components/MediaLibrary/MediaLibrary.js";
126
+ import { MediaLibraryBrowser as Am } from "./components/MediaLibrary/MediaLibraryBrowser.js";
127
+ import { NavMenu as Fm } from "./components/NavMenu/NavMenu.js";
128
+ import { NavMenuItem as Pm, NavMenuLoadMore as Nm } from "./components/NavMenu/components/NavMenuItem.js";
129
+ import { NavMenuLabel as ym } from "./components/NavMenu/components/NavMenuLabel.js";
130
+ import { NavMenuProvider as Um, createNavMenuStore as hm, useNavMenuStore as vm } from "./components/NavMenu/store.js";
131
+ import { NotionIcon as wm } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
132
+ import { OnBoardingPage as Bm } from "./components/OnBoarding/OnBoardingPage.js";
133
+ import { PinModal as Hm } from "./components/PinModal/PinModal.js";
134
+ import { STATIC_CLASSES as Wm, combineClasses as zm, getPageNumberClass as jm } from "./components/FormViewer/helpers/staticClasses.js";
135
+ import { Schemes as Zm } from "./components/FormViewer/types/schemes.js";
136
+ import { SortableList as qm } from "./components/SortableList/SortableList.js";
137
+ import { StorageEntityItem as Ym } from "./components/StorageUsageEntityList/StorageEntityItem.js";
138
+ import { StorageEntityList as $m } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
139
+ import { TablePagination as op } from "./components/table/components/TablePagination.js";
140
+ import { TableSearch as tp } from "./components/table/components/TableSearch.js";
141
+ import { alignList as mp, conditionOperatorsList as pp, isLayout as sp, isSize as ip, isSlideAnimation as lp, layoutList as np, mediaContentLayoutList as fp, mediaFullLayoutList as xp, mediaLayoutList as cp, sizeList as up, slideAnimationList as dp } from "./components/FormViewer/types/form.js";
142
+ import { alignRelation as Sp } from "./components/FormViewer/helpers/themeUtils.js";
143
+ import { closePinModal as Tp, openPinModal as Ep, usePinModalStore as Ip } from "./components/PinModal/slice.js";
144
+ import { controlsDataMap as Dp } from "./components/FormViewer/helpers/controls.js";
145
+ import { createFormStoreApi as Lp } from "./components/FormViewer/store/formStoreApi.js";
146
+ import { cropImage as Rp } from "./components/ImageCropper/cropUtils.js";
147
+ import { default as Np } from "./lang/locales/ui_en.json.js";
148
+ import { default as yp } from "./lang/locales/ui_es.json.js";
149
+ import { escapeHtml as Up, getVideoEmbedUrl as hp, isVideoPlatformUrl as vp, parseEmbedUrl as Op, parseVideoUrl as wp } from "./lib/contentImport/utils.js";
150
+ import { filterPinnedColumns as Bp, getAggregateValue as Vp, getAggregationColumns as Hp, getColumnId as Gp, getColumnsProps as Wp, getCurrencyColumn as zp, getDateColumn as jp, getExpandingColumn as Xp, getHeaderStyles as Zp, getNumberColumn as Qp, getPercentColumn as qp, getRatioColumn as Kp, getSelectionColumn as Yp, isTechnicalColumn as Jp, mergeColumn as $p } from "./components/table/helpers/columns.js";
151
+ import { getNextStep as os, operatorsRelation as rs } from "./components/FormViewer/helpers/conditions.js";
152
+ import { getTextValidation as as, isImageUrl as ms, isValidEmail as ps, isValidUrl as ss, useValidation as is } from "./components/FormViewer/helpers/validation.js";
153
+ import { mergeTheme as ns, sortSteps as fs } from "./components/FormViewer/helpers/helpers.js";
154
+ import { default as cs } from "./lang/locales/ui_ru.json.js";
155
+ import { serializeToLexicalHtml as ds } from "./lib/contentImport/lexicalSerializer.js";
156
+ import { useActiveControl as Ss } from "./components/FormViewer/hooks/useActiveControl.js";
157
+ import { useActiveStep as Ts } from "./components/FormViewer/hooks/useActiveStep.js";
158
+ import { useCreateTable as Is } from "./components/table/hooks/useCreateTable.js";
159
+ import { useCropInteraction as Ds } from "./components/ImageCropper/useCropInteraction.js";
160
+ import { useFormMobile as Ls } from "./components/FormViewer/hooks/useFormMobile.js";
161
+ import { useInterpolate as Rs, useInterpolateText as Ps } from "./components/FormViewer/hooks/useInterpolateText.js";
162
+ import { useSaveRowCount as bs } from "./components/table/hooks/useSaveRowCount.js";
160
163
  export {
161
164
  N as ActiveWorkspace,
162
165
  V as AlertsBlock,
@@ -166,284 +169,293 @@ export {
166
169
  er as AppSidebarButton,
167
170
  xe as AttachmentsGalleryModal,
168
171
  De as AttachmentsPreview,
169
- ct as AuthErrors,
172
+ dt as AuthErrors,
170
173
  lo as BottomDrawerWithoutHeader,
171
- Io as BouncingLogo,
172
- ga as COLOR_SCHEMES,
173
- bo as CREATE_CONDITION_FORM_ID,
174
+ Eo as BouncingLogo,
175
+ Pa as COLOR_SCHEMES,
176
+ Uo as CREATE_CONDITION_FORM_ID,
174
177
  go as CircleColorPicker,
175
- ha as CollapsibleContainer,
178
+ Xa as CollapsibleContainer,
176
179
  Y as ColorCircle,
177
180
  J as ColorPicker,
178
181
  re as ColorPickerPopover,
179
- Ae as CommentComposer,
182
+ Le as CommentComposer,
180
183
  mo as CommunitiesDialog,
181
184
  fo as Copyright,
182
185
  T as CustomKBD,
183
- Sa as DEFAULT_COLOR_SCHEME,
186
+ Na as DEFAULT_COLOR_SCHEME,
184
187
  ho as DEFAULT_END_STEP_ID,
185
- Ca as DEFAULT_FONT_FAMILY,
188
+ ba as DEFAULT_FONT_FAMILY,
186
189
  vo as DEFAULT_MAX,
187
190
  Oo as DEFAULT_MEDIA_BRIGHTNESS,
188
191
  wo as DEFAULT_MEDIA_SIZE,
189
- Bo as DEFAULT_MIN,
190
- ko as DEFAULT_OPTIONS_MIN,
192
+ ko as DEFAULT_MIN,
193
+ Bo as DEFAULT_OPTIONS_MIN,
191
194
  Vo as DEFAULT_OPTION_MAX_LENGTH,
192
195
  Ho as DEFAULT_START_STEP_ID,
193
196
  Ko as DEFAULT_THEME,
194
- Ta as DEFAULT_VALUES,
197
+ ya as DEFAULT_VALUES,
195
198
  Go as EDIT_CONDITION_FORM_ID,
196
199
  eo as EXPAND_COLUMN_FIELD,
197
200
  d as EmojiPicker,
198
201
  ar as EntityIcon,
199
202
  co as EntityTitle,
200
- Oa as Error404,
201
- Ba as Error406,
202
- Va as Error500,
203
+ Qa as Error404,
204
+ Ka as Error406,
205
+ Ja as Error500,
203
206
  z as ErrorAlert,
204
- B as ErrorPage,
205
- Ga as FilePicker,
207
+ k as ErrorPage,
208
+ bt as FEATURE_KEYS,
209
+ em as FilePicker,
206
210
  c as FilePickerUpload,
207
- Ea as FlowIcon,
208
- za as FormContextProvider,
209
- La as FormIcon,
210
- Qa as FormStoreProvider,
211
- Ja as FormViewer,
212
- _e as FrontTable,
213
- em as GoogleDriveIcon,
214
- A as GroupAvatar,
211
+ ha as FlowIcon,
212
+ rm as FormContextProvider,
213
+ Oa as FormIcon,
214
+ pm as FormStoreProvider,
215
+ nm as FormViewer,
216
+ ye as FrontTable,
217
+ xm as GoogleDriveIcon,
218
+ L as GroupAvatar,
215
219
  X as IconEntity,
216
220
  Z as IconType,
217
- rm as ImageCropper,
221
+ um as ImageCropper,
218
222
  ue as ImageModal,
219
- am as IntegrationFlowAnimation,
223
+ gm as IntegrationFlowAnimation,
220
224
  Ne as LanguagePicker,
221
- pm as LastEditedButton,
222
- im as LayersCubeIcon,
223
- Pa as LayersLogoCopyright,
224
- Fa as LayersLogoIcon,
225
+ Cm as LastEditedButton,
226
+ Em as LayersCubeIcon,
227
+ ka as LayersLogoCopyright,
228
+ Va as LayersLogoIcon,
225
229
  Te as Logotype,
226
230
  Wo as MAX_OPTIONS_COUNT,
227
- nm as MediaLibrary,
228
- xm as MediaLibraryBrowser,
231
+ Mm as MediaLibrary,
232
+ Am as MediaLibraryBrowser,
229
233
  O as MenuUserDropdown,
230
- um as NavMenu,
231
- gm as NavMenuItem,
232
- Tm as NavMenuLabel,
233
- Sm as NavMenuLoadMore,
234
- Mm as NavMenuProvider,
234
+ Fm as NavMenu,
235
+ Pm as NavMenuItem,
236
+ ym as NavMenuLabel,
237
+ Nm as NavMenuLoadMore,
238
+ Um as NavMenuProvider,
235
239
  h as NavbarResizer,
236
240
  ee as NewColorPicker,
237
241
  n as NoData,
238
242
  G as NotFound,
239
243
  so as NotPublicPanel,
240
- Am as NotionIcon,
244
+ wm as NotionIcon,
241
245
  rr as Numbers,
242
- Rm as OnBoardingPage,
243
- ya as PageIcon,
244
- Nm as PinModal,
246
+ Bm as OnBoardingPage,
247
+ Ga as PageIcon,
248
+ Hm as PinModal,
245
249
  Q as ProjectIcon,
246
250
  oo as SELECT_COLUMN_FIELD,
247
- _m as STATIC_CLASSES,
248
- vm as Schemes,
251
+ Wm as STATIC_CLASSES,
252
+ Zm as Schemes,
249
253
  pe as SearchFilters,
250
254
  ie as SearchHelpModal,
251
255
  r as SettingsSection,
252
256
  R as ShakaVideoPlayer,
253
257
  a as SocialLinkRow,
254
- wm as SortableList,
255
- Ua as SprintIcon,
256
- ja as StepsContext,
257
- km as StorageEntityItem,
258
- Hm as StorageEntityList,
258
+ qm as SortableList,
259
+ za as SprintIcon,
260
+ tm as StepsContext,
261
+ Ym as StorageEntityItem,
262
+ $m as StorageEntityList,
259
263
  Re as StorageUsageProgress,
260
264
  ro as TABLE_AGGREGATION_ROW_ID,
261
265
  to as TABLE_ATTRIBUTES,
262
266
  Co as TableMenu,
263
- Wm as TablePagination,
264
- jm as TableSearch,
265
- Me as ThemeIndicator,
267
+ op as TablePagination,
268
+ tp as TableSearch,
269
+ Ie as ThemeIndicator,
266
270
  p as TimezonePicker,
267
271
  D as UserAvatar,
268
- U as WorkspaceAvatar,
269
- y as WorkspaceMenu,
270
- Eo as activeControlReselect,
272
+ _ as WorkspaceAvatar,
273
+ b as WorkspaceMenu,
274
+ Mo as activeControlReselect,
271
275
  Do as activeStepIdReselect,
272
- Lo as activeStepReselect,
273
- ca as addQueryParam,
274
- be as aggregationReselect,
275
- Zm as alignList,
276
- mp as alignRelation,
277
- yt as appContainerStore,
278
- Lr as appFeature,
276
+ Ao as activeStepReselect,
277
+ Ta as addQueryParam,
278
+ Ue as aggregationReselect,
279
+ mp as alignList,
280
+ Sp as alignRelation,
281
+ Ot as appContainerStore,
282
+ Fr as appFeature,
279
283
  de as closeImageModal,
280
- sp as closePinModal,
284
+ Tp as closePinModal,
281
285
  le as closeSearchHelpModal,
282
- ht as closeSearchModal,
283
- Bt as closeTrashModal,
284
- $t as closeUserDiscordDialog,
285
- qt as closeUserPlansModal,
286
+ Vt as closeSearchModal,
287
+ zt as closeTrashModal,
288
+ ma as closeUserDiscordDialog,
289
+ oa as closeUserPlansModal,
286
290
  he as columnsMapReselect,
287
291
  ve as columnsReselect,
288
- Um as combineClasses,
289
- gr as combineStatuses,
290
- Qm as conditionOperatorsList,
291
- fp as controlsDataMap,
292
- Ao as controlsReselect,
293
- qa as createFormStore,
294
- cp as createFormStoreApi,
295
- Em as createNavMenuStore,
292
+ zm as combineClasses,
293
+ Cr as combineStatuses,
294
+ pp as conditionOperatorsList,
295
+ Dp as controlsDataMap,
296
+ Lo as controlsReselect,
297
+ sm as createFormStore,
298
+ Lp as createFormStoreApi,
299
+ hm as createNavMenuStore,
296
300
  Ke as createTableStore,
297
- dp as cropImage,
298
- Cr as downloadCSVAsBlob,
299
- Tr as downloadImageFromExternalUrl,
300
- Ir as downloadURL,
301
- Sp as enUI,
302
- Tp as esUI,
303
- Mp as escapeHtml,
304
- hr as filterHierarchyByTypes,
305
- Rp as filterPinnedColumns,
306
- Ur as formatBytes,
307
- pa as formatStorage,
308
- sa as formatStoragePercent,
309
- Er as generateLink,
310
- Fp as getAggregateValue,
311
- Np as getAggregationColumns,
312
- Jr as getBrowserTimeZone,
313
- yp as getColumnId,
314
- _p as getColumnsProps,
315
- la as getCroppedBlob,
316
- Up as getCurrencyColumn,
317
- bp as getDateColumn,
301
+ Rp as cropImage,
302
+ Er as downloadCSVAsBlob,
303
+ Ir as downloadImageFromExternalUrl,
304
+ Mr as downloadURL,
305
+ Np as enUI,
306
+ yp as esUI,
307
+ Up as escapeHtml,
308
+ Or as filterHierarchyByTypes,
309
+ Bp as filterPinnedColumns,
310
+ hr as formatBytes,
311
+ xa as formatStorage,
312
+ ca as formatStoragePercent,
313
+ Ar as generateLink,
314
+ Vp as getAggregateValue,
315
+ Hp as getAggregationColumns,
316
+ et as getBrowserTimeZone,
317
+ Gp as getColumnId,
318
+ Wp as getColumnsProps,
319
+ da as getCroppedBlob,
320
+ zp as getCurrencyColumn,
321
+ jp as getDateColumn,
318
322
  zo as getDefaultDropdownOptions,
319
323
  jo as getDefaultEndStep,
320
324
  Xo as getDefaultStartStep,
321
- hp as getExpandingColumn,
322
- Br as getFileIcons,
323
- Vr as getFileType,
325
+ Xp as getExpandingColumn,
326
+ Ma as getFeatureRating,
327
+ Vr as getFileIcons,
328
+ Gr as getFileType,
324
329
  Zo as getFirstStep,
325
- vp as getHeaderStyles,
326
- Rr as getMimeType,
327
- Wp as getNextStep,
328
- Op as getNumberColumn,
329
- bm as getPageNumberClass,
330
- Gr as getPartOfTheDay,
331
- wp as getPercentColumn,
332
- fa as getPlanBadgeColor,
333
- Or as getRandomIconColor,
330
+ Zp as getHeaderStyles,
331
+ Nr as getMimeType,
332
+ os as getNextStep,
333
+ Qp as getNumberColumn,
334
+ jm as getPageNumberClass,
335
+ zr as getPartOfTheDay,
336
+ qp as getPercentColumn,
337
+ Sa as getPlanBadgeColor,
338
+ kr as getRandomIconColor,
334
339
  Qo as getRandomId,
335
- Bp as getRatioColumn,
336
- $r as getSafeFormatter,
337
- kp as getSelectionColumn,
338
- Xp as getTextValidation,
339
- et as getTimeZones,
340
- ot as getUtcOffset,
341
- Ep as getVideoEmbedUrl,
340
+ Kp as getRatioColumn,
341
+ ot as getSafeFormatter,
342
+ Yp as getSelectionColumn,
343
+ as as getTextValidation,
344
+ rt as getTimeZones,
345
+ tt as getUtcOffset,
346
+ hp as getVideoEmbedUrl,
347
+ Da as getVisitData,
342
348
  f as illustrationMap,
343
- Qr as initHotjar,
344
- zr as isAppMode,
345
- Ar as isFeature,
346
- Po as isFormDirtyReselect,
347
- Fr as isGalleryMediaFile,
348
- Zp as isImageUrl,
349
- qm as isLayout,
350
- Nr as isMobileDevice,
351
- Ct as isNumberValue,
352
- Km as isSize,
353
- Ym as isSlideAnimation,
354
- Vp as isTechnicalColumn,
355
- Ia as isValidColorScheme,
356
- Qp as isValidEmail,
357
- rt as isValidTimeZone,
358
- qp as isValidUrl,
359
- yr as isVideoFile,
360
- Dp as isVideoPlatformUrl,
361
- Jm as layoutList,
362
- $m as mediaContentLayoutList,
363
- ep as mediaFullLayoutList,
364
- op as mediaLayoutList,
365
- Hp as mergeColumn,
366
- Jp as mergeTheme,
349
+ Kr as initHotjar,
350
+ Xr as isAppMode,
351
+ Rr as isFeature,
352
+ Aa as isFeatureRated,
353
+ Fo as isFormDirtyReselect,
354
+ br as isGalleryMediaFile,
355
+ ms as isImageUrl,
356
+ sp as isLayout,
357
+ yr as isMobileDevice,
358
+ Et as isNumberValue,
359
+ ip as isSize,
360
+ lp as isSlideAnimation,
361
+ Jp as isTechnicalColumn,
362
+ _a as isValidColorScheme,
363
+ ps as isValidEmail,
364
+ at as isValidTimeZone,
365
+ ss as isValidUrl,
366
+ _r as isVideoFile,
367
+ vp as isVideoPlatformUrl,
368
+ np as layoutList,
369
+ fp as mediaContentLayoutList,
370
+ xp as mediaFullLayoutList,
371
+ cp as mediaLayoutList,
372
+ $p as mergeColumn,
373
+ ns as mergeTheme,
367
374
  Oe as metaReselect,
368
375
  ge as openImageModal,
369
- ip as openPinModal,
376
+ Ep as openPinModal,
370
377
  Jo as openRemoveConfirmModal,
371
378
  ne as openSearchHelpModal,
372
- vt as openSearchModal,
373
- M as openSubmitModal,
374
- kt as openTrashModal,
375
- ea as openUserDiscordDialog,
376
- Kt as openUserPlansModal,
377
- zp as operatorsRelation,
378
- ta as orderMap,
379
+ Ht as openSearchModal,
380
+ I as openSubmitModal,
381
+ jt as openTrashModal,
382
+ pa as openUserDiscordDialog,
383
+ ra as openUserPlansModal,
384
+ rs as operatorsRelation,
385
+ la as orderMap,
379
386
  we as paginationMetaReselect,
380
- Xr as parseDate,
381
- Lp as parseEmbedUrl,
382
- tt as parseInvalidTz,
383
- Ap as parseVideoUrl,
384
- xr as pickRandomEmoji,
387
+ Qr as parseDate,
388
+ Op as parseEmbedUrl,
389
+ mt as parseInvalidTz,
390
+ wp as parseVideoUrl,
391
+ ur as pickRandomEmoji,
385
392
  Ro as questionNumberReselect,
386
- ua as removeQueryParam,
393
+ Ea as removeQueryParam,
387
394
  q as renderIcon,
388
- Be as rowsReselect,
389
- os as ruUI,
390
- ke as searchedRowsReselect,
395
+ ke as rowsReselect,
396
+ cs as ruUI,
397
+ Be as searchedRowsReselect,
391
398
  Ve as selectionReselect,
392
- ts as serializeToLexicalHtml,
399
+ ds as serializeToLexicalHtml,
400
+ La as setFeatureRating,
401
+ Fa as setVisitData,
393
402
  pr as showErrorNotification,
403
+ xr as showFeatureFeedback,
394
404
  sr as showMessageNotification,
395
405
  ir as showRequestNotifications,
396
406
  lr as showSuccessNotification,
397
407
  nr as showWarningNotification,
398
- rp as sizeList,
399
- tp as slideAnimationList,
400
- $p as sortSteps,
408
+ up as sizeList,
409
+ dp as slideAnimationList,
410
+ fs as sortSteps,
401
411
  He as sortedRowsReselect,
402
- Fo as startStepReselect,
412
+ Po as startStepReselect,
403
413
  No as stepByControlReselect,
404
- yo as stepsReselect,
405
- aa as storageCategoryColors,
414
+ bo as stepsReselect,
415
+ na as storageCategoryColors,
406
416
  Ze as tableColumnDateTypes,
407
417
  Qe as tableColumnNumberTypes,
408
- _o as themeReselect,
409
- Xt as updateTimezone,
410
- ms as useActiveControl,
411
- ss as useActiveStep,
412
- Ft as useAppContainer,
413
- Ut as useAppContainerDataStore,
414
- Lt as useAsyncStatus,
418
+ yo as themeReselect,
419
+ yt as trackFeatureFeedback,
420
+ Jt as updateTimezone,
421
+ Ss as useActiveControl,
422
+ Ts as useActiveStep,
423
+ ht as useAppContainer,
424
+ kt as useAppContainerDataStore,
425
+ Ft as useAsyncStatus,
415
426
  Se as useChangePasswordModalStore,
416
- ls as useCreateTable,
417
- fs as useCropInteraction,
418
- st as useDateFnsLocale,
419
- gt as useDateUtils,
420
- Et as useDisableWindowScrollDuringDrag,
421
- oa as useDiscordDialogStore,
422
- cs as useFormMobile,
423
- Ka as useFormViewerStore,
424
- lt as useFormatDistance,
425
- ds as useInterpolate,
426
- gs as useInterpolateText,
427
- ur as useIsDarkTheme,
428
- Zt as useLocalTimezone,
429
- mt as useMenu,
430
- Dm as useNavMenuStore,
431
- ut as useOAuthErrorParams,
432
- Gt as useOnboardingState,
433
- lp as usePinModalStore,
434
- Tt as useQueryParam,
435
- It as useRouteParam,
436
- Cs as useSaveRowCount,
437
- Ot as useSearchModalStore,
438
- Xa as useSteps,
439
- ft as useSwipeDetect,
427
+ Is as useCreateTable,
428
+ Ds as useCropInteraction,
429
+ lt as useDateFnsLocale,
430
+ Ct as useDateUtils,
431
+ _t as useDelayedFeatureFeedback,
432
+ At as useDisableWindowScrollDuringDrag,
433
+ sa as useDiscordDialogStore,
434
+ Ls as useFormMobile,
435
+ im as useFormViewerStore,
436
+ ft as useFormatDistance,
437
+ Rs as useInterpolate,
438
+ Ps as useInterpolateText,
439
+ gr as useIsDarkTheme,
440
+ $t as useLocalTimezone,
441
+ st as useMenu,
442
+ vm as useNavMenuStore,
443
+ gt as useOAuthErrorParams,
444
+ Qt as useOnboardingState,
445
+ Ip as usePinModalStore,
446
+ It as useQueryParam,
447
+ Mt as useRouteParam,
448
+ bs as useSaveRowCount,
449
+ Gt as useSearchModalStore,
450
+ am as useSteps,
451
+ ct as useSwipeDetect,
440
452
  Je as useTableStore,
441
- Vt as useTrashModalStore,
442
- Yt as useUserPlansModalStore,
443
- Kp as useValidation,
453
+ Xt as useTrashModalStore,
454
+ ta as useUserPlansModalStore,
455
+ is as useValidation,
444
456
  Pt as useVideoUploadGuard,
445
- zt as useWorkspacesOrder,
446
- Kr as validateAliasFormat,
457
+ Kt as useWorkspacesOrder,
458
+ Jr as validateAliasFormat,
447
459
  Ge as variableReselect,
448
460
  We as visibleColumnsBySideReselect,
449
461
  ze as visibleColumnsReselect,